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 plugin_COMMON |
---|
9 | #include "plugin.h" |
---|
10 | |
---|
11 | static const CORBA_unsigned_long ORBit_zero_int = 0; |
---|
12 | |
---|
13 | #if ( (TC_IMPL_TC_Plugin_0 == 'p') \ |
---|
14 | && (TC_IMPL_TC_Plugin_1 == 'l') \ |
---|
15 | && (TC_IMPL_TC_Plugin_2 == 'u') \ |
---|
16 | && (TC_IMPL_TC_Plugin_3 == 'g') \ |
---|
17 | && (TC_IMPL_TC_Plugin_4 == 'i') \ |
---|
18 | && (TC_IMPL_TC_Plugin_5 == 'n') \ |
---|
19 | ) && !defined(TC_DEF_TC_Plugin) |
---|
20 | #define TC_DEF_TC_Plugin 1 |
---|
21 | #ifdef ORBIT_IDL_C_IMODULE_plugin |
---|
22 | static |
---|
23 | #endif |
---|
24 | const struct CORBA_TypeCode_struct TC_Plugin_struct = { |
---|
25 | {&ORBit_TypeCode_epv, ORBIT_REFCOUNT_STATIC}, |
---|
26 | CORBA_tk_objref, |
---|
27 | 0, |
---|
28 | 0, |
---|
29 | ORBIT_ALIGNOF_CORBA_POINTER, |
---|
30 | 0, |
---|
31 | 0, |
---|
32 | NULL, |
---|
33 | CORBA_OBJECT_NIL, |
---|
34 | "Plugin", |
---|
35 | "IDL:Plugin:1.0", |
---|
36 | NULL, |
---|
37 | NULL, |
---|
38 | -1, |
---|
39 | 0, |
---|
40 | 0, 0 |
---|
41 | }; |
---|
42 | #endif |
---|
43 | |
---|
44 | #ifndef ORBIT_IDL_C_IMODULE_plugin |
---|
45 | CORBA_unsigned_long Plugin__classid = 0; |
---|
46 | #endif |
---|
47 | |
---|
48 | /* Interface type data */ |
---|
49 | |
---|
50 | #ifdef ORBIT_IDL_C_IMODULE_plugin |
---|
51 | static |
---|
52 | #endif |
---|
53 | ORBit_IMethod Plugin__imethods[] = { |
---|
54 | { |
---|
55 | {0, 0, NULL, FALSE}, |
---|
56 | {0, 0, NULL, FALSE}, |
---|
57 | {0, 0, NULL, FALSE}, |
---|
58 | TC_void, "doPluginTest", 12, |
---|
59 | 0} |
---|
60 | }; |
---|
61 | static CORBA_string Plugin__base_itypes[] = { |
---|
62 | "IDL:omg.org/CORBA/Object:1.0" |
---|
63 | }; |
---|
64 | |
---|
65 | #ifdef ORBIT_IDL_C_IMODULE_plugin |
---|
66 | static |
---|
67 | #endif |
---|
68 | ORBit_IInterface Plugin__iinterface = { |
---|
69 | TC_Plugin, {1, 1, Plugin__imethods, FALSE}, |
---|
70 | {1, 1, Plugin__base_itypes, FALSE} |
---|
71 | }; |
---|