HHu ZhengInit!
73ac7294创建于 3 天前历史提交
/*
 * This file was generated by orbit-idl-2 - DO NOT EDIT!
 */

#include <string.h>
#define ORBIT2_STUBS_API
#include "GNOME_Stardict.h"

static ORBitSmallSkeleton get_skel_small_GNOME_Stardict_Application(POA_GNOME_Stardict_Application *servant,
const char *opname,gpointer *m_data, gpointer *impl)
{
switch(opname[0]) {
case 'g':
if(strcmp((opname + 1), "rabFocus")) break;
*impl = (gpointer)servant->vepv->GNOME_Stardict_Application_epv->grabFocus;
{ORBit_IInterface *volatile _t_=&GNOME_Stardict_Application__iinterface;*m_data = (gpointer)&_t_->methods._buffer [1];}
return (ORBitSmallSkeleton)_ORBIT_skel_small_GNOME_Stardict_Application_grabFocus;
break;
case 'h':
if(strcmp((opname + 1), "ide")) break;
*impl = (gpointer)servant->vepv->GNOME_Stardict_Application_epv->hide;
{ORBit_IInterface *volatile _t_=&GNOME_Stardict_Application__iinterface;*m_data = (gpointer)&_t_->methods._buffer [2];}
return (ORBitSmallSkeleton)_ORBIT_skel_small_GNOME_Stardict_Application_hide;
break;
case 'q':
switch(opname[1]) {
case 'u':
switch(opname[2]) {
case 'e':
switch(opname[3]) {
case 'r':
switch(opname[4]) {
case 'y':
switch(opname[5]) {
case 'I':
if(strcmp((opname + 6), "nterface")) break;
*impl = (gpointer)servant->vepv->Bonobo_Unknown_epv->queryInterface;
{ORBit_IInterface *volatile _t_=&Bonobo_Unknown__iinterface;*m_data = (gpointer)&_t_->methods._buffer [2];}
return (ORBitSmallSkeleton)_ORBIT_skel_small_Bonobo_Unknown_queryInterface;
break;
case 'W':
if(strcmp((opname + 6), "ord")) break;
*impl = (gpointer)servant->vepv->GNOME_Stardict_Application_epv->queryWord;
{ORBit_IInterface *volatile _t_=&GNOME_Stardict_Application__iinterface;*m_data = (gpointer)&_t_->methods._buffer [0];}
return (ORBitSmallSkeleton)_ORBIT_skel_small_GNOME_Stardict_Application_queryWord;
break;
default: break; 
}
break;
default: break; 
}
break;
default: break; 
}
break;
case 'i':
if(strcmp((opname + 3), "t")) break;
*impl = (gpointer)servant->vepv->GNOME_Stardict_Application_epv->quit;
{ORBit_IInterface *volatile _t_=&GNOME_Stardict_Application__iinterface;*m_data = (gpointer)&_t_->methods._buffer [3];}
return (ORBitSmallSkeleton)_ORBIT_skel_small_GNOME_Stardict_Application_quit;
break;
default: break; 
}
break;
default: break; 
}
break;
case 'r':
if(strcmp((opname + 1), "ef")) break;
*impl = (gpointer)servant->vepv->Bonobo_Unknown_epv->ref;
{ORBit_IInterface *volatile _t_=&Bonobo_Unknown__iinterface;*m_data = (gpointer)&_t_->methods._buffer [0];}
return (ORBitSmallSkeleton)_ORBIT_skel_small_Bonobo_Unknown_ref;
break;
case 'u':
if(strcmp((opname + 1), "nref")) break;
*impl = (gpointer)servant->vepv->Bonobo_Unknown_epv->unref;
{ORBit_IInterface *volatile _t_=&Bonobo_Unknown__iinterface;*m_data = (gpointer)&_t_->methods._buffer [1];}
return (ORBitSmallSkeleton)_ORBIT_skel_small_Bonobo_Unknown_unref;
break;
default: break; 
}
return NULL;
}

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);}

void POA_GNOME_Stardict_Application__fini(PortableServer_Servant servant,
CORBA_Environment *env)
{
  POA_Bonobo_Unknown__fini(servant, env);
  PortableServer_ServantBase__fini(servant, env);
}