File: Args_Cbool_Impl.c

package info (click to toggle)
babel 0.10.2-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 43,932 kB
  • ctags: 29,707
  • sloc: java: 74,695; ansic: 73,142; cpp: 40,649; sh: 18,411; f90: 10,062; fortran: 6,727; python: 6,406; makefile: 3,866; xml: 118; perl: 48
file content (181 lines) | stat: -rw-r--r-- 4,366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
/*
 * File:          Args_Cbool_Impl.c
 * Symbol:        Args.Cbool-v1.0
 * Symbol Type:   class
 * Babel Version: 0.10.2
 * Description:   Server-side implementation for Args.Cbool
 * 
 * WARNING: Automatically generated; only changes within splicers preserved
 * 
 * babel-version = 0.10.2
 */

/*
 * DEVELOPERS ARE EXPECTED TO PROVIDE IMPLEMENTATIONS
 * FOR THE FOLLOWING METHODS BETWEEN SPLICER PAIRS.
 */

/*
 * Symbol "Args.Cbool" (version 1.0)
 */

#include "Args_Cbool_Impl.h"

#line 24 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
/* DO-NOT-DELETE splicer.begin(Args.Cbool._includes) */
/* Put additional includes or other arbitrary code here... */
/* DO-NOT-DELETE splicer.end(Args.Cbool._includes) */
#line 28 "Args_Cbool_Impl.c"

/*
 * Static class initializer called exactly once before any user-defined method is dispatched
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool__load"

void
impl_Args_Cbool__load(
  void)
{
#line 39 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool._load) */
  /* Insert the implementation of the static class initializer method here... */
  /* DO-NOT-DELETE splicer.end(Args.Cbool._load) */
#line 45 "Args_Cbool_Impl.c"
}
/*
 * Class constructor called when the class is created.
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool__ctor"

void
impl_Args_Cbool__ctor(
  /* in */ Args_Cbool self)
{
#line 54 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool._ctor) */
  /* Insert the implementation of the constructor method here... */
  /* DO-NOT-DELETE splicer.end(Args.Cbool._ctor) */
#line 62 "Args_Cbool_Impl.c"
}

/*
 * Class destructor called when the class is deleted.
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool__dtor"

void
impl_Args_Cbool__dtor(
  /* in */ Args_Cbool self)
{
#line 70 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool._dtor) */
  /* Insert the implementation of the constructor method here... */
  /* DO-NOT-DELETE splicer.end(Args.Cbool._dtor) */
#line 80 "Args_Cbool_Impl.c"
}

/*
 * Method:  returnback[]
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool_returnback"

sidl_bool
impl_Args_Cbool_returnback(
  /* in */ Args_Cbool self)
{
#line 86 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool.returnback) */
  return TRUE;
  /* DO-NOT-DELETE splicer.end(Args.Cbool.returnback) */
#line 98 "Args_Cbool_Impl.c"
}

/*
 * Method:  passin[]
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool_passin"

sidl_bool
impl_Args_Cbool_passin(
  /* in */ Args_Cbool self,
  /* in */ sidl_bool b)
{
#line 103 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool.passin) */
  return (b == TRUE) ? TRUE : FALSE;
  /* DO-NOT-DELETE splicer.end(Args.Cbool.passin) */
#line 117 "Args_Cbool_Impl.c"
}

/*
 * Method:  passout[]
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool_passout"

sidl_bool
impl_Args_Cbool_passout(
  /* in */ Args_Cbool self,
  /* out */ sidl_bool* b)
{
#line 120 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool.passout) */
  *b = TRUE;
  return TRUE;
  /* DO-NOT-DELETE splicer.end(Args.Cbool.passout) */
#line 137 "Args_Cbool_Impl.c"
}

/*
 * Method:  passinout[]
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool_passinout"

sidl_bool
impl_Args_Cbool_passinout(
  /* in */ Args_Cbool self,
  /* inout */ sidl_bool* b)
{
#line 138 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool.passinout) */
  *b = !(*b);
  return TRUE;
  /* DO-NOT-DELETE splicer.end(Args.Cbool.passinout) */
#line 157 "Args_Cbool_Impl.c"
}

/*
 * Method:  passeverywhere[]
 */

#undef __FUNC__
#define __FUNC__ "impl_Args_Cbool_passeverywhere"

sidl_bool
impl_Args_Cbool_passeverywhere(
  /* in */ Args_Cbool self,
  /* in */ sidl_bool b1,
  /* out */ sidl_bool* b2,
  /* inout */ sidl_bool* b3)
{
#line 158 "../../../../babel/regression/args/libC/Args_Cbool_Impl.c"
  /* DO-NOT-DELETE splicer.begin(Args.Cbool.passeverywhere) */
  *b2 = TRUE;
  *b3 = !(*b3);
  return (b1 == TRUE) ? TRUE: FALSE;
  /* DO-NOT-DELETE splicer.end(Args.Cbool.passeverywhere) */
#line 180 "Args_Cbool_Impl.c"
}