void POA_GNOME_Stardict_Application__init(PortableServer_Servant servant,
CORBA_Environment *env)
{
  static PortableServer_ClassInfo class_info = {NULL, (ORBit_small_impl_finder)&get_skel_small_GNOME_Stardict_Application, "IDL:GNOME/Stardict/Application:1.0", &GNOME_Stardict_Application__classid, NULL, &GNOME_Stardict_Application__iinterface};
  PortableServer_ServantBase__init (       ((PortableServer_ServantBase *)servant), env);
  POA_Bonobo_Unknown__init(servant, env);
   ORBit_skel_class_register (&class_info,
   (PortableServer_ServantBase *)servant, POA_GNOME_Stardict_Application__fini,
   ORBIT_VEPV_OFFSET (POA_GNOME_Stardict_Application__vepv, GNOME_Stardict_Application_epv),
(CORBA_unsigned_long) Bonobo_Unknown__classid,
ORBIT_VEPV_OFFSET (POA_GNOME_Stardict_Application__vepv, Bonobo_Unknown_epv),
   (CORBA_unsigned_long) 0);}
Пример #2
0
void POA_EchoApp_Echo__init(PortableServer_Servant servant,
			    CORBA_Environment *env)
{
  static PortableServer_ClassInfo class_info = {NULL, (ORBit_small_impl_finder)&get_skel_small_EchoApp_Echo, "IDL:EchoApp/Echo:1.0", &EchoApp_Echo__classid, NULL, &EchoApp_Echo__iinterface};
  PortableServer_ServantBase__init (       ((PortableServer_ServantBase *)servant), env);
  ORBit_skel_class_register (&class_info,
			     (PortableServer_ServantBase *)servant, POA_EchoApp_Echo__fini,
			     ORBIT_VEPV_OFFSET (POA_EchoApp_Echo__vepv, EchoApp_Echo_epv),
			     (CORBA_unsigned_long) 0);}