Changeset 24289 for trunk/Nebulous/nebclient/src/soapStub.h
- Timestamp:
- Jun 1, 2009, 2:29:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/soapStub.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/soapStub.h
r23935 r24289 306 306 #endif 307 307 308 #ifndef SOAP_TYPE_ns1__chmod_USCOREobjectResponse 309 #define SOAP_TYPE_ns1__chmod_USCOREobjectResponse (58) 310 /* ns1:chmod_objectResponse */ 311 struct ns1__chmod_USCOREobjectResponse 312 { 313 int *result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */ 314 }; 315 #endif 316 317 #ifndef SOAP_TYPE_ns1__chmod_USCOREobject 318 #define SOAP_TYPE_ns1__chmod_USCOREobject (59) 319 /* ns1:chmod_object */ 320 struct ns1__chmod_USCOREobject 321 { 322 char *key; /* optional element of type xsd:string */ 323 int mode; /* required element of type xsd:int */ 324 }; 325 #endif 326 308 327 #ifndef SOAP_TYPE_SOAP_ENV__Header 309 #define SOAP_TYPE_SOAP_ENV__Header ( 57)328 #define SOAP_TYPE_SOAP_ENV__Header (60) 310 329 /* SOAP Header: */ 311 330 struct SOAP_ENV__Header … … 318 337 319 338 #ifndef SOAP_TYPE_SOAP_ENV__Code 320 #define SOAP_TYPE_SOAP_ENV__Code ( 58)339 #define SOAP_TYPE_SOAP_ENV__Code (61) 321 340 /* SOAP Fault Code: */ 322 341 struct SOAP_ENV__Code … … 328 347 329 348 #ifndef SOAP_TYPE_SOAP_ENV__Detail 330 #define SOAP_TYPE_SOAP_ENV__Detail (6 0)349 #define SOAP_TYPE_SOAP_ENV__Detail (63) 331 350 /* SOAP-ENV:Detail */ 332 351 struct SOAP_ENV__Detail … … 339 358 340 359 #ifndef SOAP_TYPE_SOAP_ENV__Reason 341 #define SOAP_TYPE_SOAP_ENV__Reason (6 3)360 #define SOAP_TYPE_SOAP_ENV__Reason (66) 342 361 /* SOAP-ENV:Reason */ 343 362 struct SOAP_ENV__Reason … … 348 367 349 368 #ifndef SOAP_TYPE_SOAP_ENV__Fault 350 #define SOAP_TYPE_SOAP_ENV__Fault (6 4)369 #define SOAP_TYPE_SOAP_ENV__Fault (67) 351 370 /* SOAP Fault: */ 352 371 struct SOAP_ENV__Fault … … 437 456 SOAP_FMAC5 int SOAP_FMAC6 ns1__stat_USCOREobject(struct soap*, char *key, struct ns1__stat_USCOREobjectResponse *_param_4); 438 457 458 SOAP_FMAC5 int SOAP_FMAC6 ns1__chmod_USCOREobject(struct soap*, char *key, int mode, int *result); 459 439 460 /******************************************************************************\ 440 461 * * … … 472 493 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__stat_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key, struct ns1__stat_USCOREobjectResponse *_param_4); 473 494 495 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__chmod_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key, int mode, int *result); 496 474 497 /******************************************************************************\ 475 498 * * … … 509 532 510 533 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__stat_USCOREobject(struct soap*); 534 535 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__chmod_USCOREobject(struct soap*); 511 536 512 537 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
