Optimize length check
[TortoiseGit.git] / ext / CrashServer / CrashHandler / DumpUploaderServiceLib / generated / soapUploaderSoap12Proxy.h
blob29a71f13adfca3738811e2b1c7bbd6200496a0ff
1 /* soapUploaderSoap12Proxy.h
2 Generated by gSOAP 2.8.0 from DumpUploader.h
3 Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved.
4 The generated code is released under one of the following licenses:
5 GPL, the gSOAP public license, or Genivia's license for commercial use.
6 */
8 #ifndef soapUploaderSoap12Proxy_H
9 #define soapUploaderSoap12Proxy_H
10 #include "soapH.h"
12 class SOAP_CMAC UploaderSoap12Proxy : public soap
13 { public:
14 /// Endpoint URL of service 'UploaderSoap12Proxy' (change as needed)
15 const char *soap_endpoint;
16 /// Constructor
17 UploaderSoap12Proxy();
18 /// Constructor with copy of another engine state
19 UploaderSoap12Proxy(const struct soap&);
20 /// Constructor with engine input+output mode control
21 UploaderSoap12Proxy(soap_mode iomode);
22 /// Constructor with engine input and output mode control
23 UploaderSoap12Proxy(soap_mode imode, soap_mode omode);
24 /// Destructor frees deserialized data
25 virtual ~UploaderSoap12Proxy();
26 /// Initializer used by constructors
27 virtual void UploaderSoap12Proxy_init(soap_mode imode, soap_mode omode);
28 /// Delete all deserialized data (uses soap_destroy and soap_end)
29 virtual void destroy();
30 /// Disables and removes SOAP Header from message
31 virtual void soap_noheader();
32 /// Get SOAP Fault structure (NULL when absent)
33 virtual const SOAP_ENV__Fault *soap_fault();
34 /// Get SOAP Fault string (NULL when absent)
35 virtual const char *soap_fault_string();
36 /// Get SOAP Fault detail as string (NULL when absent)
37 virtual const char *soap_fault_detail();
38 /// Force close connection (normally automatic, except for send_X ops)
39 virtual int soap_close_socket();
40 /// Print fault
41 virtual void soap_print_fault(FILE*);
42 #ifndef WITH_LEAN
43 /// Print fault to stream
44 virtual void soap_stream_fault(std::ostream&);
45 /// Put fault into buffer
46 virtual char *soap_sprint_fault(char *buf, size_t len);
47 #endif
49 /// Web service operation 'Hello' (returns error code or SOAP_OK)
50 virtual int Hello(_ns1__Hello *ns1__Hello, _ns1__HelloResponse *ns1__HelloResponse);
52 /// Web service operation 'UploadMiniDump' (returns error code or SOAP_OK)
53 virtual int UploadMiniDump(_ns1__UploadMiniDump *ns1__UploadMiniDump, _ns1__UploadMiniDumpResponse *ns1__UploadMiniDumpResponse);
55 /// Web service operation 'UploadAdditionalInfo' (returns error code or SOAP_OK)
56 virtual int UploadAdditionalInfo(_ns1__UploadAdditionalInfo *ns1__UploadAdditionalInfo, _ns1__UploadAdditionalInfoResponse *ns1__UploadAdditionalInfoResponse);
58 /// Web service operation 'UploadSymbol' (returns error code or SOAP_OK)
59 virtual int UploadSymbol(_ns1__UploadSymbol *ns1__UploadSymbol, _ns1__UploadSymbolResponse *ns1__UploadSymbolResponse);
61 #endif