aboutsummaryrefslogtreecommitdiff
path: root/dep/gsoap/soapStub.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-12-21 01:15:58 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-21 12:54:37 +0100
commit84909c749d5fcf4d9411e38cc29f261f14255e4e (patch)
treef94da1e39feefbe2afe3e66d8fb7335c0decca1e /dep/gsoap/soapStub.h
parent8214278cd8d7962bb2530fe35ff6653e487e67b2 (diff)
Dep/gSOAP: Upgrade to 2.8.117
(cherry picked from commit 172e5c3577f99331743f7d3c81de738811781552)
Diffstat (limited to 'dep/gsoap/soapStub.h')
-rw-r--r--dep/gsoap/soapStub.h85
1 files changed, 39 insertions, 46 deletions
diff --git a/dep/gsoap/soapStub.h b/dep/gsoap/soapStub.h
index 653d55f804d..c90078a9c4b 100644
--- a/dep/gsoap/soapStub.h
+++ b/dep/gsoap/soapStub.h
@@ -1,8 +1,8 @@
/* soapStub.h
- Generated by gSOAP 2.8.49 for gsoap.stub
+ Generated by gSOAP 2.8.117 for gsoap.stub
gSOAP XML Web services tools
-Copyright (C) 2000-2017, Robert van Engelen, Genivia Inc. All Rights Reserved.
+Copyright (C) 2000-2021, Robert van Engelen, Genivia Inc. All Rights Reserved.
The soapcpp2 tool and its generated software are released under the GPL.
This program is released under the GPL with the additional exemption that
compiling, linking, and/or using OpenSSL is allowed.
@@ -15,8 +15,8 @@ A commercial use license is available from Genivia Inc., contact@genivia.com
#ifndef soapStub_H
#define soapStub_H
#include "stdsoap2.h"
-#if GSOAP_VERSION != 20849
-# error "GSOAP VERSION 20849 MISMATCH IN GENERATED CODE VERSUS LIBRARY CODE: PLEASE REINSTALL PACKAGE"
+#if GSOAP_VERSION != 208117
+# error "GSOAP VERSION 208117 MISMATCH IN GENERATED CODE VERSUS LIBRARY CODE: PLEASE REINSTALL PACKAGE"
#endif
@@ -39,17 +39,16 @@ struct ns1__executeCommand; /* gsoap.stub:1 */
/* gsoap.stub:1 */
#ifndef SOAP_TYPE_ns1__executeCommandResponse
#define SOAP_TYPE_ns1__executeCommandResponse (9)
-/* complex XSD type 'ns1:executeCommandResponse': */
+/* complex XML schema type 'ns1:executeCommandResponse': */
struct SOAP_CMAC ns1__executeCommandResponse {
public:
- /** Optional element 'result' of XSD type 'xsd:string' */
+ /** Optional element 'result' of XML schema type 'xsd:string' */
char **result;
public:
/** Return unique type id SOAP_TYPE_ns1__executeCommandResponse */
- int soap_type() const { return SOAP_TYPE_ns1__executeCommandResponse; }
+ long soap_type() const { return SOAP_TYPE_ns1__executeCommandResponse; }
/** Constructor with member initializations */
- ns1__executeCommandResponse() : result()
- { }
+ ns1__executeCommandResponse() : result() { }
/** Friend allocator */
friend SOAP_FMAC1 ns1__executeCommandResponse * SOAP_FMAC2 soap_instantiate_ns1__executeCommandResponse(struct soap*, int, const char*, const char*, size_t*);
};
@@ -58,17 +57,16 @@ struct SOAP_CMAC ns1__executeCommandResponse {
/* gsoap.stub:1 */
#ifndef SOAP_TYPE_ns1__executeCommand
#define SOAP_TYPE_ns1__executeCommand (10)
-/* complex XSD type 'ns1:executeCommand': */
+/* complex XML schema type 'ns1:executeCommand': */
struct SOAP_CMAC ns1__executeCommand {
public:
- /** Optional element 'command' of XSD type 'xsd:string' */
+ /** Optional element 'command' of XML schema type 'xsd:string' */
char *command;
public:
/** Return unique type id SOAP_TYPE_ns1__executeCommand */
- int soap_type() const { return SOAP_TYPE_ns1__executeCommand; }
+ long soap_type() const { return SOAP_TYPE_ns1__executeCommand; }
/** Constructor with member initializations */
- ns1__executeCommand() : command()
- { }
+ ns1__executeCommand() : command() { }
/** Friend allocator */
friend SOAP_FMAC1 ns1__executeCommand * SOAP_FMAC2 soap_instantiate_ns1__executeCommand(struct soap*, int, const char*, const char*, size_t*);
};
@@ -82,10 +80,9 @@ struct SOAP_CMAC ns1__executeCommand {
struct SOAP_CMAC SOAP_ENV__Header {
public:
/** Return unique type id SOAP_TYPE_SOAP_ENV__Header */
- int soap_type() const { return SOAP_TYPE_SOAP_ENV__Header; }
+ long soap_type() const { return SOAP_TYPE_SOAP_ENV__Header; }
/** Constructor with member initializations */
- SOAP_ENV__Header()
- { }
+ SOAP_ENV__Header() { }
/** Friend allocator */
friend SOAP_FMAC1 SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*);
};
@@ -100,16 +97,15 @@ struct SOAP_CMAC SOAP_ENV__Header {
/* SOAP_ENV__Code: */
struct SOAP_CMAC SOAP_ENV__Code {
public:
- /** Optional element 'SOAP-ENV:Value' of XSD type 'xsd:QName' */
+ /** Optional element 'SOAP-ENV:Value' of XML schema type 'xsd:QName' */
char *SOAP_ENV__Value;
- /** Optional element 'SOAP-ENV:Subcode' of XSD type 'SOAP-ENV:Code' */
+ /** Optional element 'SOAP-ENV:Subcode' of XML schema type 'SOAP-ENV:Code' */
struct SOAP_ENV__Code *SOAP_ENV__Subcode;
public:
/** Return unique type id SOAP_TYPE_SOAP_ENV__Code */
- int soap_type() const { return SOAP_TYPE_SOAP_ENV__Code; }
+ long soap_type() const { return SOAP_TYPE_SOAP_ENV__Code; }
/** Constructor with member initializations */
- SOAP_ENV__Code() : SOAP_ENV__Value(), SOAP_ENV__Subcode()
- { }
+ SOAP_ENV__Code() : SOAP_ENV__Value(), SOAP_ENV__Subcode() { }
/** Friend allocator */
friend SOAP_FMAC1 SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*);
};
@@ -124,16 +120,15 @@ struct SOAP_CMAC SOAP_ENV__Code {
struct SOAP_CMAC SOAP_ENV__Detail {
public:
char *__any;
- /** Any type of element 'fault' assigned to fault with its SOAP_TYPE_T assigned to __type */
- /** Do not create a cyclic data structure throught this member unless SOAP encoding or SOAP_XML_GRAPH are used for id-ref serialization */
+ /** Any type of element 'fault' assigned to fault with its SOAP_TYPE_<typename> assigned to __type */
+ /** Do not create a cyclic data structure through this member unless SOAP encoding or SOAP_XML_GRAPH are used for id-ref serialization */
int __type;
void *fault;
public:
/** Return unique type id SOAP_TYPE_SOAP_ENV__Detail */
- int soap_type() const { return SOAP_TYPE_SOAP_ENV__Detail; }
+ long soap_type() const { return SOAP_TYPE_SOAP_ENV__Detail; }
/** Constructor with member initializations */
- SOAP_ENV__Detail() : __any(), __type(), fault()
- { }
+ SOAP_ENV__Detail() : __any(), __type(), fault() { }
/** Friend allocator */
friend SOAP_FMAC1 SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*);
};
@@ -147,14 +142,13 @@ struct SOAP_CMAC SOAP_ENV__Detail {
/* SOAP_ENV__Reason: */
struct SOAP_CMAC SOAP_ENV__Reason {
public:
- /** Optional element 'SOAP-ENV:Text' of XSD type 'xsd:string' */
+ /** Optional element 'SOAP-ENV:Text' of XML schema type 'xsd:string' */
char *SOAP_ENV__Text;
public:
/** Return unique type id SOAP_TYPE_SOAP_ENV__Reason */
- int soap_type() const { return SOAP_TYPE_SOAP_ENV__Reason; }
+ long soap_type() const { return SOAP_TYPE_SOAP_ENV__Reason; }
/** Constructor with member initializations */
- SOAP_ENV__Reason() : SOAP_ENV__Text()
- { }
+ SOAP_ENV__Reason() : SOAP_ENV__Text() { }
/** Friend allocator */
friend SOAP_FMAC1 SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*);
};
@@ -168,30 +162,29 @@ struct SOAP_CMAC SOAP_ENV__Reason {
/* SOAP_ENV__Fault: */
struct SOAP_CMAC SOAP_ENV__Fault {
public:
- /** Optional element 'faultcode' of XSD type 'xsd:QName' */
+ /** Optional element 'faultcode' of XML schema type 'xsd:QName' */
char *faultcode;
- /** Optional element 'faultstring' of XSD type 'xsd:string' */
+ /** Optional element 'faultstring' of XML schema type 'xsd:string' */
char *faultstring;
- /** Optional element 'faultactor' of XSD type 'xsd:string' */
+ /** Optional element 'faultactor' of XML schema type 'xsd:string' */
char *faultactor;
- /** Optional element 'detail' of XSD type 'SOAP-ENV:Detail' */
+ /** Optional element 'detail' of XML schema type 'SOAP-ENV:Detail' */
struct SOAP_ENV__Detail *detail;
- /** Optional element 'SOAP-ENV:Code' of XSD type 'SOAP-ENV:Code' */
+ /** Optional element 'SOAP-ENV:Code' of XML schema type 'SOAP-ENV:Code' */
struct SOAP_ENV__Code *SOAP_ENV__Code;
- /** Optional element 'SOAP-ENV:Reason' of XSD type 'SOAP-ENV:Reason' */
+ /** Optional element 'SOAP-ENV:Reason' of XML schema type 'SOAP-ENV:Reason' */
struct SOAP_ENV__Reason *SOAP_ENV__Reason;
- /** Optional element 'SOAP-ENV:Node' of XSD type 'xsd:string' */
+ /** Optional element 'SOAP-ENV:Node' of XML schema type 'xsd:string' */
char *SOAP_ENV__Node;
- /** Optional element 'SOAP-ENV:Role' of XSD type 'xsd:string' */
+ /** Optional element 'SOAP-ENV:Role' of XML schema type 'xsd:string' */
char *SOAP_ENV__Role;
- /** Optional element 'SOAP-ENV:Detail' of XSD type 'SOAP-ENV:Detail' */
+ /** Optional element 'SOAP-ENV:Detail' of XML schema type 'SOAP-ENV:Detail' */
struct SOAP_ENV__Detail *SOAP_ENV__Detail;
public:
/** Return unique type id SOAP_TYPE_SOAP_ENV__Fault */
- int soap_type() const { return SOAP_TYPE_SOAP_ENV__Fault; }
+ long soap_type() const { return SOAP_TYPE_SOAP_ENV__Fault; }
/** Constructor with member initializations */
- SOAP_ENV__Fault() : faultcode(), faultstring(), faultactor(), detail(), SOAP_ENV__Code(), SOAP_ENV__Reason(), SOAP_ENV__Node(), SOAP_ENV__Role(), SOAP_ENV__Detail()
- { }
+ SOAP_ENV__Fault() : faultcode(), faultstring(), faultactor(), detail(), SOAP_ENV__Code(), SOAP_ENV__Reason(), SOAP_ENV__Node(), SOAP_ENV__Role(), SOAP_ENV__Detail() { }
/** Friend allocator */
friend SOAP_FMAC1 SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*);
};
@@ -205,13 +198,13 @@ struct SOAP_CMAC SOAP_ENV__Fault {
\******************************************************************************/
-/* gsoap.stub:1 */
+/* (built-in):0 */
#ifndef SOAP_TYPE__XML
#define SOAP_TYPE__XML (5)
typedef char *_XML;
#endif
-/* gsoap.stub:1 */
+/* (built-in):0 */
#ifndef SOAP_TYPE__QName
#define SOAP_TYPE__QName (6)
typedef char *_QName;
@@ -317,7 +310,7 @@ typedef char *_QName;
* *
\******************************************************************************/
- /** Web service operation 'ns1__executeCommand' (returns SOAP_OK or error code) */
+ /** Web service operation 'ns1__executeCommand' implementation, should return SOAP_OK or error code */
SOAP_FMAC5 int SOAP_FMAC6 ns1__executeCommand(struct soap*, char *command, char **result);
/******************************************************************************\