- Timestamp:
- Apr 7, 2009, 3:11:50 PM (17 years ago)
- Location:
- branches/neb_distrib_20081210/Nebulous/nebclient/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
soapServer.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/neb_distrib_20081210/Nebulous/nebclient/src
- Property svn:ignore
-
old new 1 Makefile.in 1 2 .deps 3 Makefile 4 soapClientLib.c 5 nebulous.h 6 soapClient.c 7 soapStub.h 8 soapC.c 9 soapH.h 10 soapServerLib.c 11 soapServer.c 2 12 .libs 3 Makefile4 Makefile.in5 SOAP.nsmap6 libnebclient.la7 nebclient.lo8 nebulous.h9 soapC.c10 soapC.lo11 soapClient.c12 soapClient.lo13 soapClientLib.c14 soapH.h15 soapServer.c16 soapServerLib.c17 soapStub.h18 stdsoap2.lo19 xmalloc.lo
-
- Property svn:ignore
-
branches/neb_distrib_20081210/Nebulous/nebclient/src/soapServer.c
r20986 r23729 1 1 /* soapServer.c 2 Generated by gSOAP 2.7.1 1from src/nebulous.h2 Generated by gSOAP 2.7.12 from src/nebulous.h 3 3 Copyright(C) 2000-2008, Robert van Engelen, Genivia Inc. All Rights Reserved. 4 4 This part of the software is released under one of the following licenses: … … 10 10 #endif 11 11 12 SOAP_SOURCE_STAMP("@(#) soapServer.c ver 2.7.1 1 2008-12-11 21:42:13 GMT")12 SOAP_SOURCE_STAMP("@(#) soapServer.c ver 2.7.12 2009-04-03 00:34:43 GMT") 13 13 14 14 … … 643 643 || soap_end_recv(soap)) 644 644 return soap->error; 645 soap->error = ns1__delete_USCOREinstance(soap, soap_tmp_ns1__delete_USCOREinstance. key, soap_tmp_ns1__delete_USCOREinstance.uri, &soap_tmp_int);645 soap->error = ns1__delete_USCOREinstance(soap, soap_tmp_ns1__delete_USCOREinstance.uri, &soap_tmp_int); 646 646 if (soap->error) 647 647 return soap->error;
Note:
See TracChangeset
for help on using the changeset viewer.
