File: Hello_World_Impl.h

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 (82 lines) | stat: -rw-r--r-- 1,743 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
/*
 * File:          Hello_World_Impl.h
 * Symbol:        Hello.World-v1.2
 * Symbol Type:   class
 * Babel Version: 0.10.2
 * Description:   Server-side implementation for Hello.World
 * 
 * WARNING: Automatically generated; only changes within splicers preserved
 * 
 * babel-version = 0.10.2
 */

#ifndef included_Hello_World_Impl_h
#define included_Hello_World_Impl_h

#ifndef included_sidl_header_h
#include "sidl_header.h"
#endif
#ifndef included_Hello_World_h
#include "Hello_World.h"
#endif

#line 23 "../../../../babel/examples/hello/libC/Hello_World_Impl.h"
/* DO-NOT-DELETE splicer.begin(Hello.World._includes) */
/* Put additional include files here... */
/* DO-NOT-DELETE splicer.end(Hello.World._includes) */
#line 27 "Hello_World_Impl.h"

/*
 * Private data for class Hello.World
 */

struct Hello_World__data {
#line 32 "../../../../babel/examples/hello/libC/Hello_World_Impl.h"
  /* DO-NOT-DELETE splicer.begin(Hello.World._data) */
  /* Put private data members here... */
  int ignore; /* dummy to force non-empty struct; remove if you add data */
  /* DO-NOT-DELETE splicer.end(Hello.World._data) */
#line 39 "Hello_World_Impl.h"
};

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Access functions for class private data and built-in methods
 */

extern struct Hello_World__data*
Hello_World__get_data(
  Hello_World);

extern void
Hello_World__set_data(
  Hello_World,
  struct Hello_World__data*);

extern void
impl_Hello_World__load(
  void);

extern void
impl_Hello_World__ctor(
  /* in */ Hello_World self);

extern void
impl_Hello_World__dtor(
  /* in */ Hello_World self);

/*
 * User-defined object methods
 */

extern char*
impl_Hello_World_getMsg(
  /* in */ Hello_World self);

#ifdef __cplusplus
}
#endif
#endif