~vcs-imports/simias/trunk

« back to all changes in this revision

Viewing changes to simias/tools/gsoap/gsoap-linux-2.7/samples/quote_MAC_ProjBuild/soapStub.h

  • Committer: kalidasbala
  • Date: 2007-08-25 12:48:51 UTC
  • Revision ID: vcs-imports@canonical.com-20070825124851-vlfvzun3732ld196
Latest gsoap code update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* soapStub.h
 
2
   Generated by gSOAP 2.3 from quote.h
 
3
   Copyright (C) 2001-2003 Genivia inc.
 
4
   All Rights Reserved.
 
5
*/
 
6
#ifndef soapStub_H
 
7
#define soapStub_H
 
8
#ifdef __cplusplus
 
9
extern "C" {
 
10
#endif
 
11
 
 
12
/* Enumerations */
 
13
 
 
14
/* Classes and Structs */
 
15
 
 
16
#ifndef _SOAP_ns__getQuoteResponse
 
17
#define _SOAP_ns__getQuoteResponse
 
18
/* ns:getQuoteResponse: */
 
19
struct ns__getQuoteResponse
 
20
{
 
21
        float *Result;  /* return */
 
22
};
 
23
#endif
 
24
 
 
25
#ifndef _SOAP_ns__getQuote
 
26
#define _SOAP_ns__getQuote
 
27
/* ns:getQuote: */
 
28
struct ns__getQuote
 
29
{
 
30
        char *symbol;
 
31
};
 
32
#endif
 
33
 
 
34
#ifndef _SOAP_SOAP_ENV__Header
 
35
#define _SOAP_SOAP_ENV__Header
 
36
/* SOAP Header: */
 
37
struct SOAP_ENV__Header
 
38
{
 
39
        void *dummy;    /* transient */
 
40
};
 
41
#endif
 
42
 
 
43
#ifndef _SOAP_SOAP_ENV__Code
 
44
#define _SOAP_SOAP_ENV__Code
 
45
/* SOAP Fault Code: */
 
46
struct SOAP_ENV__Code
 
47
{
 
48
        char *SOAP_ENV__Value;
 
49
        char *SOAP_ENV__Node;
 
50
        char *SOAP_ENV__Role;
 
51
};
 
52
#endif
 
53
 
 
54
#ifndef _SOAP_SOAP_ENV__Fault
 
55
#define _SOAP_SOAP_ENV__Fault
 
56
/* SOAP Fault: */
 
57
struct SOAP_ENV__Fault
 
58
{
 
59
        char *faultcode;
 
60
        char *faultstring;
 
61
        char *faultactor;
 
62
        char *detail;
 
63
        struct SOAP_ENV__Code *SOAP_ENV__Code;
 
64
        char *SOAP_ENV__Reason;
 
65
        char *SOAP_ENV__Detail;
 
66
};
 
67
#endif
 
68
 
 
69
/* Types With Custom (De)serializers: */
 
70
 
 
71
/* Typedefs */
 
72
typedef char *_QName;
 
73
 
 
74
/* Extern */
 
75
 
 
76
/* Remote Methods */
 
77
 
 
78
SOAP_FMAC1 int SOAP_FMAC2 ns__getQuote(struct soap*, char *, float *);
 
79
 
 
80
/* Stubs */
 
81
 
 
82
SOAP_FMAC1 int SOAP_FMAC2 soap_call_ns__getQuote(struct soap*, const char*, const char*, char *, float *);
 
83
 
 
84
/* Skeletons */
 
85
 
 
86
SOAP_FMAC1 int SOAP_FMAC2 soap_serve(struct soap*);
 
87
 
 
88
SOAP_FMAC1 int SOAP_FMAC2 soap_serve_ns__getQuote(struct soap*);
 
89
#ifdef __cplusplus
 
90
}
 
91
#endif
 
92
#endif
 
93
 
 
94
/* end of soapStub.h */