/* * This file was generated by orbit-idl - DO NOT EDIT! */ #include #define ORBIT_IDL_SERIAL 9 #include #ifndef hello_H #define hello_H 1 #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** typedefs **/ #if !defined(ORBIT_DECL_hello) && !defined(_hello_defined) #define ORBIT_DECL_hello 1 #define _hello_defined 1 #define hello__free CORBA_Object__free typedef CORBA_Object hello; extern CORBA_unsigned_long hello__classid; #if !defined(TC_IMPL_TC_hello_0) #define TC_IMPL_TC_hello_0 'h' #define TC_IMPL_TC_hello_1 'e' #define TC_IMPL_TC_hello_2 'l' #define TC_IMPL_TC_hello_3 'l' #define TC_IMPL_TC_hello_4 'o' extern const struct CORBA_TypeCode_struct TC_hello_struct; #define TC_hello ((CORBA_TypeCode)&TC_hello_struct) #endif #endif /** POA structures **/ typedef struct { void *_private; CORBA_long(*_get_count) (PortableServer_Servant _servant, CORBA_Environment * ev); CORBA_char *(*hi) (PortableServer_Servant _servant, const CORBA_char * request, CORBA_Environment * ev); } POA_hello__epv; typedef struct { PortableServer_ServantBase__epv *_base_epv; POA_hello__epv *hello_epv; } POA_hello__vepv; typedef struct { void *_private; POA_hello__vepv *vepv; } POA_hello; extern void POA_hello__init(PortableServer_Servant servant, CORBA_Environment * ev); extern void POA_hello__fini(PortableServer_Servant servant, CORBA_Environment * ev); /** prototypes **/ CORBA_long hello__get_count(hello _obj, CORBA_Environment * ev); CORBA_char *hello_hi(hello _obj, const CORBA_char * request, CORBA_Environment * ev); void _ORBIT_skel_hello__get_count(POA_hello * _ORBIT_servant, GIOPRecvBuffer * _ORBIT_recv_buffer, CORBA_Environment * ev, CORBA_long(*_impl__get_count) (PortableServer_Servant _servant, CORBA_Environment * ev)); void _ORBIT_skel_hello_hi(POA_hello * _ORBIT_servant, GIOPRecvBuffer * _ORBIT_recv_buffer, CORBA_Environment * ev, CORBA_char * (*_impl_hi) (PortableServer_Servant _servant, const CORBA_char * request, CORBA_Environment * ev)); #ifdef __cplusplus } #endif /* __cplusplus */ #endif #undef ORBIT_IDL_SERIAL