Changeset 25027 for branches/pap/Nebulous/nebclient/src/soapStub.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Nebulous (modified) (1 prop)
-
Nebulous/nebclient (modified) (1 prop)
-
Nebulous/nebclient/src/soapStub.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Nebulous
- Property svn:mergeinfo deleted
-
branches/pap/Nebulous/nebclient
- Property svn:mergeinfo deleted
-
branches/pap/Nebulous/nebclient/src/soapStub.h
r23935 r25027 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 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 308 345 #ifndef SOAP_TYPE_SOAP_ENV__Header 309 #define SOAP_TYPE_SOAP_ENV__Header ( 57)346 #define SOAP_TYPE_SOAP_ENV__Header (63) 310 347 /* SOAP Header: */ 311 348 struct SOAP_ENV__Header … … 318 355 319 356 #ifndef SOAP_TYPE_SOAP_ENV__Code 320 #define SOAP_TYPE_SOAP_ENV__Code ( 58)357 #define SOAP_TYPE_SOAP_ENV__Code (64) 321 358 /* SOAP Fault Code: */ 322 359 struct SOAP_ENV__Code … … 328 365 329 366 #ifndef SOAP_TYPE_SOAP_ENV__Detail 330 #define SOAP_TYPE_SOAP_ENV__Detail (6 0)367 #define SOAP_TYPE_SOAP_ENV__Detail (66) 331 368 /* SOAP-ENV:Detail */ 332 369 struct SOAP_ENV__Detail … … 339 376 340 377 #ifndef SOAP_TYPE_SOAP_ENV__Reason 341 #define SOAP_TYPE_SOAP_ENV__Reason (6 3)378 #define SOAP_TYPE_SOAP_ENV__Reason (69) 342 379 /* SOAP-ENV:Reason */ 343 380 struct SOAP_ENV__Reason … … 348 385 349 386 #ifndef SOAP_TYPE_SOAP_ENV__Fault 350 #define SOAP_TYPE_SOAP_ENV__Fault ( 64)387 #define SOAP_TYPE_SOAP_ENV__Fault (70) 351 388 /* SOAP Fault: */ 352 389 struct SOAP_ENV__Fault … … 437 474 SOAP_FMAC5 int SOAP_FMAC6 ns1__stat_USCOREobject(struct soap*, char *key, struct ns1__stat_USCOREobjectResponse *_param_4); 438 475 476 SOAP_FMAC5 int SOAP_FMAC6 ns1__chmod_USCOREobject(struct soap*, char *key, int mode, int *result); 477 478 SOAP_FMAC5 int SOAP_FMAC6 ns1__prune_USCOREobject(struct soap*, char *key, int *result); 479 439 480 /******************************************************************************\ 440 481 * * … … 472 513 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 514 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); 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 474 519 /******************************************************************************\ 475 520 * * … … 509 554 510 555 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__stat_USCOREobject(struct soap*); 556 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*); 511 560 512 561 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
