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

Revision 18563, 2.4 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#ifndef empty_H
6#define empty_H 1
7#include <glib.h>
8#define ORBIT_IDL_SERIAL 19
9#include <orbit/orbit-types.h>
10
11#ifdef __cplusplus
12extern "C"
13{
14#endif                          /* __cplusplus */
15
16/** typedefs **/
17#if !defined(ORBIT_DECL_Empty) && !defined(_Empty_defined)
18#define ORBIT_DECL_Empty 1
19#define _Empty_defined 1
20#define Empty__freekids CORBA_Object__freekids
21   typedef CORBA_Object Empty;
22   extern CORBA_unsigned_long Empty__classid;
23#if !defined(TC_IMPL_TC_Empty_0)
24#define TC_IMPL_TC_Empty_0 'e'
25#define TC_IMPL_TC_Empty_1 'm'
26#define TC_IMPL_TC_Empty_2 'p'
27#define TC_IMPL_TC_Empty_3 't'
28#define TC_IMPL_TC_Empty_4 'y'
29#ifdef ORBIT_IDL_C_IMODULE_empty
30   static
31#else
32   extern
33#endif
34   const struct CORBA_TypeCode_struct TC_Empty_struct;
35#define TC_Empty ((CORBA_TypeCode)&TC_Empty_struct)
36#endif
37#endif
38
39/** POA structures **/
40#ifndef _defined_POA_Empty
41#define _defined_POA_Empty 1
42   typedef struct
43   {
44      void *_private;
45      void (*doNothing) (PortableServer_Servant _servant,
46                         CORBA_Environment * ev);
47   }
48   POA_Empty__epv;
49   typedef struct
50   {
51      PortableServer_ServantBase__epv *_base_epv;
52      POA_Empty__epv *Empty_epv;
53   }
54   POA_Empty__vepv;
55   typedef struct
56   {
57      void *_private;
58      POA_Empty__vepv *vepv;
59   }
60   POA_Empty;
61   extern void POA_Empty__init(PortableServer_Servant servant,
62                               CORBA_Environment * ev);
63   extern void POA_Empty__fini(PortableServer_Servant servant,
64                               CORBA_Environment * ev);
65#endif                          /* _defined_POA_Empty */
66
67/** skel prototypes **/
68   void _ORBIT_skel_small_Empty_doNothing(POA_Empty * _ORBIT_servant,
69                                          gpointer _ORBIT_retval,
70                                          gpointer * _ORBIT_args,
71                                          CORBA_Context ctx,
72                                          CORBA_Environment * ev,
73                                          void (*_impl_doNothing)
74                                          (PortableServer_Servant _servant,
75                                           CORBA_Environment * ev));
76
77/** stub prototypes **/
78   void Empty_doNothing(Empty _obj, CORBA_Environment * ev);
79#include <orbit/orb-core/orbit-interface.h>
80
81#ifdef ORBIT_IDL_C_IMODULE_empty
82   static
83#else
84   extern
85#endif
86   ORBit_IInterface Empty__iinterface;
87#define Empty_IMETHODS_LEN 1
88#ifdef ORBIT_IDL_C_IMODULE_empty
89   static
90#else
91   extern
92#endif
93   ORBit_IMethod Empty__imethods[Empty_IMETHODS_LEN];
94#ifdef __cplusplus
95}
96#endif                          /* __cplusplus */
97
98#ifndef EXCLUDE_ORBIT_H
99#include <orbit/orbit.h>
100
101#endif                          /* EXCLUDE_ORBIT_H */
102#endif
103#undef ORBIT_IDL_SERIAL
Note: See TracBrowser for help on using the repository browser.