/[cvs]/joko/Scripts/psh/lib/RPC/XML/identity.xpl
ViewVC logotype

Contents of /joko/Scripts/psh/lib/RPC/XML/identity.xpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Jun 14 21:22:12 2002 UTC (22 years, 3 months ago) by cvsjoko
Branch: nfo, MAIN
CVS Tags: r001, HEAD
Changes since 1.1: +0 -0 lines
first import

1 <?xml version="1.0"?>
2 <!DOCTYPE methoddef SYSTEM "rpc-method.dtd">
3 <!--
4 Generated automatically by etc\make_method v1.09, Fri May 31 04:39:50 2002
5
6 Any changes made here will be lost.
7 -->
8 <methoddef>
9 <name>system.identity</name>
10 <version>1.1</version>
11 <signature>string</signature>
12 <help>
13 Return the server name and version as a string
14 </help>
15 <code language="perl">
16 <![CDATA[
17 #!perl
18 ###############################################################################
19 #
20 # Sub Name: identity
21 #
22 # Description: Simply returns the server's identity as a string
23 #
24 # Arguments: First arg is server instance
25 #
26 # Globals: None.
27 #
28 # Returns: string
29 #
30 ###############################################################################
31 sub identity
32 {
33 use strict;
34
35 $_[0]->product_tokens;
36 }
37
38 __END__
39 ]]></code>
40 </methoddef>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed