Changeset 13096 for trunk/Nebulous/nebclient/src/soapServer.c
- Timestamp:
- Apr 30, 2007, 5:06:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/soapServer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/soapServer.c
r13078 r13096 12 12 SOAP_BEGIN_NAMESPACE(soap) 13 13 14 SOAP_SOURCE_STAMP("@(#) soapServer.c ver 2.7.2 2007-0 4-28 01:32:49GMT")14 SOAP_SOURCE_STAMP("@(#) soapServer.c ver 2.7.2 2007-05-01 02:53:36 GMT") 15 15 16 16 … … 84 84 || soap_end_recv(soap)) 85 85 return soap->error; 86 soap->error = ns1__create_USCOREobject(soap, soap_tmp_ns1__create_USCOREobject.key, soap_tmp_ns1__create_USCOREobject. class_, soap_tmp_ns1__create_USCOREobject.volume, soap_tmp_ns1__create_USCOREobject.comment, &soap_tmp_string);86 soap->error = ns1__create_USCOREobject(soap, soap_tmp_ns1__create_USCOREobject.key, soap_tmp_ns1__create_USCOREobject.volume, &soap_tmp_string); 87 87 if (soap->error) 88 88 return soap->error;
Note:
See TracChangeset
for help on using the changeset viewer.
