Changeset 13096 for trunk/Nebulous/nebclient/src/soapStub.h
- Timestamp:
- Apr 30, 2007, 5:06:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/soapStub.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/soapStub.h
r13078 r13096 45 45 { 46 46 char *key; /* optional element of type xsd:string */ 47 int class_; /* required element of type xsd:int */48 47 char *volume; /* optional element of type xsd:string */ 49 char *comment; /* optional element of type xsd:string */50 48 }; 51 49 … … 230 228 231 229 232 SOAP_FMAC5 int SOAP_FMAC6 ns1__create_USCOREobject(struct soap*, char *key, int class_, char *volume, char *comment, char **result);230 SOAP_FMAC5 int SOAP_FMAC6 ns1__create_USCOREobject(struct soap*, char *key, char *volume, char **result); 233 231 234 232 SOAP_FMAC5 int SOAP_FMAC6 ns1__rename_USCOREobject(struct soap*, char *key, char *newkey, char **result); … … 257 255 258 256 259 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__create_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key, int class_, char *volume, char *comment, char **result);257 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__create_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key, char *volume, char **result); 260 258 261 259 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__rename_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key, char *newkey, char **result);
Note:
See TracChangeset
for help on using the changeset viewer.
