Changeset 24923 for trunk/Nebulous/nebclient/src/soapStub.h
- Timestamp:
- Jul 24, 2009, 4:11:30 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
r24289 r24923 325 325 #endif 326 326 327 #ifndef SOAP_TYPE_ns1__prune_USCOREobjectResponse 328 #define SOAP_TYPE_ns1__prune_USCOREobjectResponse (61) 329 /* ns1:prune_objectResponse */ 330 struct ns1__prune_USCOREobjectResponse 331 { 332 int *result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */ 333 }; 334 #endif 335 336 #ifndef SOAP_TYPE_ns1__prune_USCOREobject 337 #define SOAP_TYPE_ns1__prune_USCOREobject (62) 338 /* ns1:prune_object */ 339 struct ns1__prune_USCOREobject 340 { 341 char *key; /* optional element of type xsd:string */ 342 }; 343 #endif 344 327 345 #ifndef SOAP_TYPE_SOAP_ENV__Header 328 #define SOAP_TYPE_SOAP_ENV__Header (6 0)346 #define SOAP_TYPE_SOAP_ENV__Header (63) 329 347 /* SOAP Header: */ 330 348 struct SOAP_ENV__Header … … 337 355 338 356 #ifndef SOAP_TYPE_SOAP_ENV__Code 339 #define SOAP_TYPE_SOAP_ENV__Code (6 1)357 #define SOAP_TYPE_SOAP_ENV__Code (64) 340 358 /* SOAP Fault Code: */ 341 359 struct SOAP_ENV__Code … … 347 365 348 366 #ifndef SOAP_TYPE_SOAP_ENV__Detail 349 #define SOAP_TYPE_SOAP_ENV__Detail (6 3)367 #define SOAP_TYPE_SOAP_ENV__Detail (66) 350 368 /* SOAP-ENV:Detail */ 351 369 struct SOAP_ENV__Detail … … 358 376 359 377 #ifndef SOAP_TYPE_SOAP_ENV__Reason 360 #define SOAP_TYPE_SOAP_ENV__Reason (6 6)378 #define SOAP_TYPE_SOAP_ENV__Reason (69) 361 379 /* SOAP-ENV:Reason */ 362 380 struct SOAP_ENV__Reason … … 367 385 368 386 #ifndef SOAP_TYPE_SOAP_ENV__Fault 369 #define SOAP_TYPE_SOAP_ENV__Fault ( 67)387 #define SOAP_TYPE_SOAP_ENV__Fault (70) 370 388 /* SOAP Fault: */ 371 389 struct SOAP_ENV__Fault … … 458 476 SOAP_FMAC5 int SOAP_FMAC6 ns1__chmod_USCOREobject(struct soap*, char *key, int mode, int *result); 459 477 478 SOAP_FMAC5 int SOAP_FMAC6 ns1__prune_USCOREobject(struct soap*, char *key, int *result); 479 460 480 /******************************************************************************\ 461 481 * * … … 495 515 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 516 517 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__prune_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key, int *result); 518 497 519 /******************************************************************************\ 498 520 * * … … 534 556 535 557 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__chmod_USCOREobject(struct soap*); 558 559 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__prune_USCOREobject(struct soap*); 536 560 537 561 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
