Changeset 24289 for trunk/Nebulous/nebclient/src/nebulous.h
- Timestamp:
- Jun 1, 2009, 2:29:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebulous.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebulous.h
r23935 r24289 1 1 /* src/nebulous.h 2 2 Generated by wsdl2h 1.2.12 from nebulous.wsdl and typemap.dat 3 2009-0 4-20 22:15:21GMT3 2009-06-01 23:55:50 GMT 4 4 Copyright (C) 2001-2008 Robert van Engelen, Genivia Inc. All Rights Reserved. 5 5 This part of the software is released under one of the following licenses: … … 119 119 - @ref ns1__delete_USCOREinstance 120 120 - @ref ns1__stat_USCOREobject 121 - @ref ns1__chmod_USCOREobject 121 122 122 123 @section SOAP_ports Endpoints of Binding "SOAP" … … 893 894 ); 894 895 896 /******************************************************************************\ 897 * * 898 * ns1__chmod_USCOREobject * 899 * * 900 \******************************************************************************/ 901 902 903 /// Operation "ns1__chmod_USCOREobject" of service binding "SOAP" 904 905 /** 906 907 Operation details: 908 909 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 910 - SOAP action="urn:Nebulous/Server/SOAP#chmod_object" 911 912 C stub function (defined in soapClient.c[pp] generated by soapcpp2): 913 @code 914 int soap_call_ns1__chmod_USCOREobject( 915 struct soap *soap, 916 NULL, // char *endpoint = NULL selects default endpoint for this operation 917 NULL, // char *action = NULL selects default action for this operation 918 // request parameters: 919 char* key, 920 int mode, 921 // response parameters: 922 int *result 923 ); 924 @endcode 925 926 C server function (called from the service dispatcher defined in soapServer.c[pp]): 927 @code 928 int ns1__chmod_USCOREobject( 929 struct soap *soap, 930 // request parameters: 931 char* key, 932 int mode, 933 // response parameters: 934 int *result 935 ); 936 @endcode 937 938 */ 939 940 //gsoap ns1 service method-style: chmod_USCOREobject rpc 941 //gsoap ns1 service method-encoding: chmod_USCOREobject http://schemas.xmlsoap.org/soap/encoding/ 942 //gsoap ns1 service method-action: chmod_USCOREobject urn:Nebulous/Server/SOAP#chmod_object 943 int ns1__chmod_USCOREobject( 944 char* key, ///< Request parameter 945 int mode, ///< Request parameter 946 int *result ///< Response parameter 947 ); 948 895 949 /* End of src/nebulous.h */
Note:
See TracChangeset
for help on using the changeset viewer.
