Changeset 24923 for trunk/Nebulous/nebclient/src/nebulous.h
- Timestamp:
- Jul 24, 2009, 4:11:30 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
r24289 r24923 1 1 /* src/nebulous.h 2 2 Generated by wsdl2h 1.2.12 from nebulous.wsdl and typemap.dat 3 2009-0 6-01 23:55:50GMT3 2009-07-25 01:30:29 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: … … 120 120 - @ref ns1__stat_USCOREobject 121 121 - @ref ns1__chmod_USCOREobject 122 - @ref ns1__prune_USCOREobject 122 123 123 124 @section SOAP_ports Endpoints of Binding "SOAP" … … 947 948 ); 948 949 950 /******************************************************************************\ 951 * * 952 * ns1__prune_USCOREobject * 953 * * 954 \******************************************************************************/ 955 956 957 /// Operation "ns1__prune_USCOREobject" of service binding "SOAP" 958 959 /** 960 961 Operation details: 962 963 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 964 - SOAP action="urn:Nebulous/Server/SOAP#prune_object" 965 966 C stub function (defined in soapClient.c[pp] generated by soapcpp2): 967 @code 968 int soap_call_ns1__prune_USCOREobject( 969 struct soap *soap, 970 NULL, // char *endpoint = NULL selects default endpoint for this operation 971 NULL, // char *action = NULL selects default action for this operation 972 // request parameters: 973 char* key, 974 // response parameters: 975 int *result 976 ); 977 @endcode 978 979 C server function (called from the service dispatcher defined in soapServer.c[pp]): 980 @code 981 int ns1__prune_USCOREobject( 982 struct soap *soap, 983 // request parameters: 984 char* key, 985 // response parameters: 986 int *result 987 ); 988 @endcode 989 990 */ 991 992 //gsoap ns1 service method-style: prune_USCOREobject rpc 993 //gsoap ns1 service method-encoding: prune_USCOREobject http://schemas.xmlsoap.org/soap/encoding/ 994 //gsoap ns1 service method-action: prune_USCOREobject urn:Nebulous/Server/SOAP#prune_object 995 int ns1__prune_USCOREobject( 996 char* key, ///< Request parameter 997 int *result ///< Response parameter 998 ); 999 949 1000 /* End of src/nebulous.h */
Note:
See TracChangeset
for help on using the changeset viewer.
