source: trunk/third/bonobo-activation/test/empty-common.c @ 18563

Revision 18563, 1.3 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18562, which included commits to RCS files with non-trunk default branches.
Line 
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
11static 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
21static
22#endif
23const 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
44CORBA_unsigned_long Empty__classid = 0;
45#endif
46
47/* Interface type data */
48
49#ifdef ORBIT_IDL_C_IMODULE_empty
50static
51#endif
52ORBit_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};
60static CORBA_string Empty__base_itypes[] = {
61   "IDL:omg.org/CORBA/Object:1.0"
62};
63
64#ifdef ORBIT_IDL_C_IMODULE_empty
65static
66#endif
67ORBit_IInterface Empty__iinterface = {
68   TC_Empty, {1, 1, Empty__imethods, FALSE},
69   {1, 1, Empty__base_itypes, FALSE}
70};
Note: See TracBrowser for help on using the repository browser.