diff options
author | click <click@gonnamakeyou.com> | 2011-04-27 00:34:22 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2011-04-27 00:34:22 +0200 |
commit | d42c048818160e1c5334f59659eb0afbaa1c804f (patch) | |
tree | cb3217df40cf951e3abe5bc2e0da304fd640361d /dep/gsoap/soapStub.h | |
parent | 374eba2f5de1d77a24a15c82cdd64fd80d8132e4 (diff) |
Core/Dependencies: update to gSoap v2.8.2 - windows users please test and give feedback if connectionissues has been resolved
Diffstat (limited to 'dep/gsoap/soapStub.h')
-rw-r--r-- | dep/gsoap/soapStub.h | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/dep/gsoap/soapStub.h b/dep/gsoap/soapStub.h index 4b83127e3a2..85f3119b9ff 100644 --- a/dep/gsoap/soapStub.h +++ b/dep/gsoap/soapStub.h @@ -1,6 +1,6 @@ /* soapStub.h - Generated by gSOAP 2.8.0 from stub.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. + Generated by gSOAP 2.8.2 from stub.h + Copyright(C) 2000-2011, Robert van Engelen, Genivia Inc. All Rights Reserved. The generated code is released under one of the following licenses: GPL OR Genivia's license for commercial use. */ @@ -54,6 +54,8 @@ public: }; #endif +#ifndef WITH_NOGLOBAL + #ifndef SOAP_TYPE_SOAP_ENV__Header #define SOAP_TYPE_SOAP_ENV__Header (11) /* SOAP Header: */ @@ -66,6 +68,10 @@ private: }; #endif +#endif + +#ifndef WITH_NOGLOBAL + #ifndef SOAP_TYPE_SOAP_ENV__Code #define SOAP_TYPE_SOAP_ENV__Code (12) /* SOAP Fault Code: */ @@ -77,18 +83,26 @@ public: }; #endif +#endif + +#ifndef WITH_NOGLOBAL + #ifndef SOAP_TYPE_SOAP_ENV__Detail #define SOAP_TYPE_SOAP_ENV__Detail (14) /* SOAP-ENV:Detail */ struct SOAP_ENV__Detail { public: + char *__any; int __type; /* any type of element <fault> (defined below) */ void *fault; /* transient */ - char *__any; }; #endif +#endif + +#ifndef WITH_NOGLOBAL + #ifndef SOAP_TYPE_SOAP_ENV__Reason #define SOAP_TYPE_SOAP_ENV__Reason (17) /* SOAP-ENV:Reason */ @@ -99,6 +113,10 @@ public: }; #endif +#endif + +#ifndef WITH_NOGLOBAL + #ifndef SOAP_TYPE_SOAP_ENV__Fault #define SOAP_TYPE_SOAP_ENV__Fault (18) /* SOAP Fault: */ @@ -117,6 +135,8 @@ public: }; #endif +#endif + /******************************************************************************\ * * * Typedefs * @@ -162,15 +182,6 @@ SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap*); SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__executeCommand(struct soap*); -/******************************************************************************\ - * * - * Client-Side Call Stubs * - * * -\******************************************************************************/ - - -SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__executeCommand(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *command, char **result); - #endif /* End of soapStub.h */ |