1 | /* |
---|
2 | * This file was generated by orbit-idl-2 - DO NOT EDIT! |
---|
3 | */ |
---|
4 | |
---|
5 | #include <string.h> |
---|
6 | #define ORBIT2_STUBS_API |
---|
7 | #define ORBIT_IDL_C_COMMON |
---|
8 | #define empty_COMMON |
---|
9 | #include "empty.h" |
---|
10 | |
---|
11 | static const CORBA_unsigned_long ORBit_zero_int = 0; |
---|
12 | |
---|
13 | #if ( (TC_IMPL_TC_Empty_0 == 'e') \ |
---|
14 | && (TC_IMPL_TC_Empty_1 == 'm') \ |
---|
15 | && (TC_IMPL_TC_Empty_2 == 'p') \ |
---|
16 | && (TC_IMPL_TC_Empty_3 == 't') \ |
---|
17 | && (TC_IMPL_TC_Empty_4 == 'y') \ |
---|
18 | ) && !defined(TC_DEF_TC_Empty) |
---|
19 | #define TC_DEF_TC_Empty 1 |
---|
20 | #ifdef ORBIT_IDL_C_IMODULE_empty |
---|
21 | static |
---|
22 | #endif |
---|
23 | const struct CORBA_TypeCode_struct TC_Empty_struct = { |
---|
24 | {&ORBit_TypeCode_epv, ORBIT_REFCOUNT_STATIC}, |
---|
25 | CORBA_tk_objref, |
---|
26 | 0, |
---|
27 | 0, |
---|
28 | ORBIT_ALIGNOF_CORBA_POINTER, |
---|
29 | 0, |
---|
30 | 0, |
---|
31 | NULL, |
---|
32 | CORBA_OBJECT_NIL, |
---|
33 | "Empty", |
---|
34 | "IDL:Empty:1.0", |
---|
35 | NULL, |
---|
36 | NULL, |
---|
37 | -1, |
---|
38 | 0, |
---|
39 | 0, 0 |
---|
40 | }; |
---|
41 | #endif |
---|
42 | |
---|
43 | #ifndef ORBIT_IDL_C_IMODULE_empty |
---|
44 | CORBA_unsigned_long Empty__classid = 0; |
---|
45 | #endif |
---|
46 | |
---|
47 | /* Interface type data */ |
---|
48 | |
---|
49 | #ifdef ORBIT_IDL_C_IMODULE_empty |
---|
50 | static |
---|
51 | #endif |
---|
52 | ORBit_IMethod Empty__imethods[] = { |
---|
53 | { |
---|
54 | {0, 0, NULL, FALSE}, |
---|
55 | {0, 0, NULL, FALSE}, |
---|
56 | {0, 0, NULL, FALSE}, |
---|
57 | TC_void, "doNothing", 9, |
---|
58 | 0} |
---|
59 | }; |
---|
60 | static CORBA_string Empty__base_itypes[] = { |
---|
61 | "IDL:omg.org/CORBA/Object:1.0" |
---|
62 | }; |
---|
63 | |
---|
64 | #ifdef ORBIT_IDL_C_IMODULE_empty |
---|
65 | static |
---|
66 | #endif |
---|
67 | ORBit_IInterface Empty__iinterface = { |
---|
68 | TC_Empty, {1, 1, Empty__imethods, FALSE}, |
---|
69 | {1, 1, Empty__base_itypes, FALSE} |
---|
70 | }; |
---|