IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 5:06:36 PM (19 years ago)
Author:
jhoblitt
Message:

remove $class_id & $comment params from Nebulous::Server->create() and Nebulous::Client->create*() and all supporting functions and tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/soapClient.c

    r13078 r13096  
    1212SOAP_BEGIN_NAMESPACE(soap)
    1313
    14 SOAP_SOURCE_STAMP("@(#) soapClient.c ver 2.7.2 2007-04-28 01:32:49 GMT")
    15 
    16 
    17 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)
     14SOAP_SOURCE_STAMP("@(#) soapClient.c ver 2.7.2 2007-05-01 02:53:36 GMT")
     15
     16
     17SOAP_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)
    1818{       struct ns1__create_USCOREobject soap_tmp_ns1__create_USCOREobject;
    1919        struct ns1__create_USCOREobjectResponse *soap_tmp_ns1__create_USCOREobjectResponse;
     
    2424        soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/";
    2525        soap_tmp_ns1__create_USCOREobject.key = key;
    26         soap_tmp_ns1__create_USCOREobject.class_ = class_;
    2726        soap_tmp_ns1__create_USCOREobject.volume = volume;
    28         soap_tmp_ns1__create_USCOREobject.comment = comment;
    2927        soap_begin(soap);
    3028        soap_serializeheader(soap);
Note: See TracChangeset for help on using the changeset viewer.