~ubuntu-branches/ubuntu/raring/babel/raring-proposed

« back to all changes in this revision

Viewing changes to examples/hello/libC/Hello_World_Impl.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2008-08-01 07:56:58 UTC
  • mfrom: (3.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080801075658-9ezcrbh8dcs8lg70
Tags: 1.2.0.dfsg-6
Added libparsifal-dev as dependency to libsidl-dev (closes: #483324).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * File:          Hello_World_Impl.h
3
3
 * Symbol:        Hello.World-v1.2
4
4
 * Symbol Type:   class
5
 
 * Babel Version: 0.10.2
 
5
 * Babel Version: 1.2.0
6
6
 * Description:   Server-side implementation for Hello.World
7
7
 * 
8
8
 * WARNING: Automatically generated; only changes within splicers preserved
9
9
 * 
10
 
 * babel-version = 0.10.2
11
10
 */
12
11
 
13
12
#ifndef included_Hello_World_Impl_h
19
18
#ifndef included_Hello_World_h
20
19
#include "Hello_World.h"
21
20
#endif
 
21
#ifndef included_sidl_BaseClass_h
 
22
#include "sidl_BaseClass.h"
 
23
#endif
 
24
#ifndef included_sidl_BaseInterface_h
 
25
#include "sidl_BaseInterface.h"
 
26
#endif
 
27
#ifndef included_sidl_ClassInfo_h
 
28
#include "sidl_ClassInfo.h"
 
29
#endif
 
30
#ifndef included_sidl_RuntimeException_h
 
31
#include "sidl_RuntimeException.h"
 
32
#endif
22
33
 
23
 
#line 23 "../../../../babel/examples/hello/libC/Hello_World_Impl.h"
24
 
/* DO-NOT-DELETE splicer.begin(Hello.World._includes) */
 
34
#line 34 "../../../../babel_branch/examples/hello/libC/Hello_World_Impl.h"
 
35
/* DO-NOT-DELETE splicer.begin(Hello.World._hincludes) */
25
36
/* Put additional include files here... */
26
 
/* DO-NOT-DELETE splicer.end(Hello.World._includes) */
27
 
#line 27 "Hello_World_Impl.h"
 
37
/* DO-NOT-DELETE splicer.end(Hello.World._hincludes) */
 
38
#line 38 "Hello_World_Impl.h"
28
39
 
29
40
/*
30
41
 * Private data for class Hello.World
31
42
 */
32
43
 
33
44
struct Hello_World__data {
34
 
#line 32 "../../../../babel/examples/hello/libC/Hello_World_Impl.h"
 
45
#line 43 "../../../../babel_branch/examples/hello/libC/Hello_World_Impl.h"
35
46
  /* DO-NOT-DELETE splicer.begin(Hello.World._data) */
36
47
  /* Put private data members here... */
37
48
  int ignore; /* dummy to force non-empty struct; remove if you add data */
38
49
  /* DO-NOT-DELETE splicer.end(Hello.World._data) */
39
 
#line 39 "Hello_World_Impl.h"
 
50
#line 50 "Hello_World_Impl.h"
40
51
};
41
52
 
42
53
#ifdef __cplusplus
56
67
  Hello_World,
57
68
  struct Hello_World__data*);
58
69
 
59
 
extern void
 
70
extern
 
71
void
60
72
impl_Hello_World__load(
61
 
  void);
 
73
  /* out */ sidl_BaseInterface *_ex);
62
74
 
63
 
extern void
 
75
extern
 
76
void
64
77
impl_Hello_World__ctor(
65
 
  /* in */ Hello_World self);
66
 
 
67
 
extern void
 
78
  /* in */ Hello_World self,
 
79
  /* out */ sidl_BaseInterface *_ex);
 
80
 
 
81
extern
 
82
void
 
83
impl_Hello_World__ctor2(
 
84
  /* in */ Hello_World self,
 
85
  /* in */ void* private_data,
 
86
  /* out */ sidl_BaseInterface *_ex);
 
87
 
 
88
extern
 
89
void
68
90
impl_Hello_World__dtor(
69
 
  /* in */ Hello_World self);
 
91
  /* in */ Hello_World self,
 
92
  /* out */ sidl_BaseInterface *_ex);
70
93
 
71
94
/*
72
95
 * User-defined object methods
73
96
 */
74
97
 
75
 
extern char*
 
98
#ifdef WITH_RMI
 
99
extern struct sidl_BaseInterface__object* 
 
100
  impl_Hello_World_fconnect_sidl_BaseInterface(const char* url, sidl_bool ar, 
 
101
  sidl_BaseInterface *_ex);
 
102
#endif /*WITH_RMI*/
 
103
extern
 
104
char*
76
105
impl_Hello_World_getMsg(
77
 
  /* in */ Hello_World self);
 
106
  /* in */ Hello_World self,
 
107
  /* out */ sidl_BaseInterface *_ex);
 
108
 
 
109
extern
 
110
int32_t
 
111
impl_Hello_World_foo(
 
112
  /* in */ Hello_World self,
 
113
  /* in */ int32_t i,
 
114
  /* out */ int32_t* o,
 
115
  /* inout */ int32_t* io,
 
116
  /* out */ sidl_BaseInterface *_ex);
 
117
 
 
118
#ifdef WITH_RMI
 
119
extern struct sidl_BaseInterface__object* 
 
120
  impl_Hello_World_fconnect_sidl_BaseInterface(const char* url, sidl_bool ar, 
 
121
  sidl_BaseInterface *_ex);
 
122
#endif /*WITH_RMI*/
 
123
 
 
124
#line 120 "../../../../babel_branch/examples/hello/libC/Hello_World_Impl.h"
 
125
/* DO-NOT-DELETE splicer.begin(_hmisc) */
 
126
/* Insert-Code-Here {_hmisc} (miscellaneous things) */
 
127
/* DO-NOT-DELETE splicer.end(_hmisc) */
 
128
#line 128 "Hello_World_Impl.h"
78
129
 
79
130
#ifdef __cplusplus
80
131
}