IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2008, 12:11:09 PM (18 years ago)
Author:
jhoblitt
Message:

add nebSwap()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/soapStub.h

    r19542 r20110  
    6161
    6262#ifndef SOAP_TYPE_ns1__rename_USCOREobjectResponse
    63 #define SOAP_TYPE_ns1__rename_USCOREobjectResponse (13)
     63#define SOAP_TYPE_ns1__rename_USCOREobjectResponse (14)
    6464/* ns1:rename_objectResponse */
    6565struct ns1__rename_USCOREobjectResponse
    6666{
    67         char **result;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
     67        int *result;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:int */
    6868};
    6969#endif
    7070
    7171#ifndef SOAP_TYPE_ns1__rename_USCOREobject
    72 #define SOAP_TYPE_ns1__rename_USCOREobject (14)
     72#define SOAP_TYPE_ns1__rename_USCOREobject (15)
    7373/* ns1:rename_object */
    7474struct ns1__rename_USCOREobject
    7575{
    76         char *key;      /* optional element of type xsd:string */
    77         char *newkey;   /* optional element of type xsd:string */
    78 };
    79 #endif
    80 
    81 #ifndef SOAP_TYPE_ns1__rename_USCOREobject_Response
    82 #define SOAP_TYPE_ns1__rename_USCOREobject_Response (16)
    83 /* ns1:rename_object-Response */
    84 struct ns1__rename_USCOREobject_Response
     76        char *key1;     /* optional element of type xsd:string */
     77        char *key2;     /* optional element of type xsd:string */
     78};
     79#endif
     80
     81#ifndef SOAP_TYPE_ns1__swap_USCOREobjectsResponse
     82#define SOAP_TYPE_ns1__swap_USCOREobjectsResponse (17)
     83/* ns1:swap_objectsResponse */
     84struct ns1__swap_USCOREobjectsResponse
    8585{
    8686        char **result;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
     
    8888#endif
    8989
    90 #ifndef SOAP_TYPE_ns1__rename_USCOREobject_
    91 #define SOAP_TYPE_ns1__rename_USCOREobject_ (17)
    92 /* ns1:rename_object */
    93 struct ns1__rename_USCOREobject_
    94 {
    95         char *key;      /* optional element of type xsd:string */
    96         char *newkey;   /* optional element of type xsd:string */
     90#ifndef SOAP_TYPE_ns1__swap_USCOREobjects
     91#define SOAP_TYPE_ns1__swap_USCOREobjects (18)
     92/* ns1:swap_objects */
     93struct ns1__swap_USCOREobjects
     94{
     95        char *key1;     /* optional element of type xsd:string */
     96        char *key2;     /* optional element of type xsd:string */
    9797};
    9898#endif
    9999
    100100#ifndef SOAP_TYPE_ns1__replicate_USCOREobjectResponse
    101 #define SOAP_TYPE_ns1__replicate_USCOREobjectResponse (19)
     101#define SOAP_TYPE_ns1__replicate_USCOREobjectResponse (20)
    102102/* ns1:replicate_objectResponse */
    103103struct ns1__replicate_USCOREobjectResponse
     
    108108
    109109#ifndef SOAP_TYPE_ns1__replicate_USCOREobject
    110 #define SOAP_TYPE_ns1__replicate_USCOREobject (20)
     110#define SOAP_TYPE_ns1__replicate_USCOREobject (21)
    111111/* ns1:replicate_object */
    112112struct ns1__replicate_USCOREobject
     
    333333SOAP_FMAC5 int SOAP_FMAC6 ns1__create_USCOREobject(struct soap*, char *key, char *volume, char **result);
    334334
    335 SOAP_FMAC5 int SOAP_FMAC6 ns1__rename_USCOREobject(struct soap*, char *key, char *newkey, char **result);
    336 
    337 SOAP_FMAC5 int SOAP_FMAC6 ns1__rename_USCOREobject_(struct soap*, char *key, char *newkey, char **result);
     335SOAP_FMAC5 int SOAP_FMAC6 ns1__rename_USCOREobject(struct soap*, char *key1, char *key2, int *result);
     336
     337SOAP_FMAC5 int SOAP_FMAC6 ns1__swap_USCOREobjects(struct soap*, char *key1, char *key2, char **result);
    338338
    339339SOAP_FMAC5 int SOAP_FMAC6 ns1__replicate_USCOREobject(struct soap*, char *key, char *volume, char **result);
     
    360360SOAP_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);
    361361
    362 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);
    363 
    364 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);
     362SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__rename_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key1, char *key2, int *result);
     363
     364SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__swap_USCOREobjects(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key1, char *key2, char **result);
    365365
    366366SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__replicate_USCOREobject(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *key, char *volume, char **result);
     
    392392SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__rename_USCOREobject(struct soap*);
    393393
    394 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__rename_USCOREobject_(struct soap*);
     394SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__swap_USCOREobjects(struct soap*);
    395395
    396396SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__replicate_USCOREobject(struct soap*);
Note: See TracChangeset for help on using the changeset viewer.