Exemplo n.º 1
0
void GNOME_GThumb_Application_open_browser(GNOME_GThumb_Application _obj, const CORBA_char * uri, CORBA_Environment *ev){
gpointer _args[1];
_args[0] = (gpointer)&uri;
ORBit_c_stub_invoke (_obj, &GNOME_GThumb_Application__iinterface.methods, 0, NULL, _args, NULL, ev, GNOME_GThumb_Application__classid, G_STRUCT_OFFSET (POA_GNOME_GThumb_Application__epv, open_browser),
(ORBitSmallSkeleton) _ORBIT_skel_small_GNOME_GThumb_Application_open_browser);

}
Exemplo n.º 2
0
void
Mappel_Test(Mappel _obj, CORBA_Environment * ev)
{
   ORBit_c_stub_invoke(_obj, &Mappel__iinterface.methods, 0, NULL, NULL, NULL,
		       ev, Mappel__classid, G_STRUCT_OFFSET(POA_Mappel__epv,
							    Test),
		       (ORBitSmallSkeleton) _ORBIT_skel_small_Mappel_Test);

}
Exemplo n.º 3
0
void
Map_PlaceFlag(Map _obj, CORBA_Environment * ev)
{
   ORBit_c_stub_invoke(_obj, &Map__iinterface.methods, 3, NULL, NULL, NULL,
		       ev, Map__classid, G_STRUCT_OFFSET(POA_Map__epv,
							 PlaceFlag),
		       (ORBitSmallSkeleton) _ORBIT_skel_small_Map_PlaceFlag);

}
Exemplo n.º 4
0
CORBA_double srv_add(srv _obj, const CORBA_double i, const CORBA_double j, CORBA_Environment *ev){
CORBA_double _ORBIT_retval;
gpointer _args[2];
_args[0] = (gpointer)&i;
_args[1] = (gpointer)&j;
ORBit_c_stub_invoke (_obj, &srv__iinterface.methods, 0, &_ORBIT_retval, _args, NULL, ev, srv__classid, G_STRUCT_OFFSET (POA_srv__epv, add),
(ORBitSmallSkeleton) _ORBIT_skel_small_srv_add);

return _ORBIT_retval;
}
Exemplo n.º 5
0
interoperability_Appointments* interoperability_Calendar_getAppointments(interoperability_Calendar _obj, const CORBA_char * loginName, const CORBA_char * password, CORBA_Environment *ev){
interoperability_Appointments* _ORBIT_retval;
gpointer _args[2];
_args[0] = (gpointer)&loginName;
_args[1] = (gpointer)&password;
ORBit_c_stub_invoke (_obj, &interoperability_Calendar__iinterface.methods, 0, &_ORBIT_retval, _args, NULL, ev, interoperability_Calendar__classid, G_STRUCT_OFFSET (POA_interoperability_Calendar__epv, getAppointments),
(ORBitSmallSkeleton) _ORBIT_skel_small_interoperability_Calendar_getAppointments);

return _ORBIT_retval;
}
Exemplo n.º 6
0
void
Map_View(Map _obj, const PointObj * where, CORBA_Environment * ev)
{
   gpointer _args[1];

   _args[0] = (gpointer) where;
   ORBit_c_stub_invoke(_obj, &Map__iinterface.methods, 5, NULL, _args, NULL,
		       ev, Map__classid, G_STRUCT_OFFSET(POA_Map__epv, View),
		       (ORBitSmallSkeleton) _ORBIT_skel_small_Map_View);

}
Exemplo n.º 7
0
void
Map_doOneWay(Map _obj, const CORBA_char * ignore, CORBA_Environment * ev)
{
   gpointer _args[1];

   _args[0] = (gpointer) & ignore;
   ORBit_c_stub_invoke(_obj, &Map__iinterface.methods, 2, NULL, _args, NULL,
		       ev, Map__classid, G_STRUCT_OFFSET(POA_Map__epv,
							 doOneWay),
		       (ORBitSmallSkeleton) _ORBIT_skel_small_Map_doOneWay);

}
Exemplo n.º 8
0
Mappel
Map_Get(Map _obj, CORBA_Environment * ev)
{
   Mappel _ORBIT_retval;

   ORBit_c_stub_invoke(_obj, &Map__iinterface.methods, 8, &_ORBIT_retval,
		       NULL, NULL, ev, Map__classid,
		       G_STRUCT_OFFSET(POA_Map__epv, Get),
		       (ORBitSmallSkeleton) _ORBIT_skel_small_Map_Get);

   return _ORBIT_retval;
}
Exemplo n.º 9
0
void
Map_Route(Map _obj, const PointObj * src, const PointObj * dst,
	  CORBA_Environment * ev)
{
   gpointer _args[2];

   _args[0] = (gpointer) src;
   _args[1] = (gpointer) dst;
   ORBit_c_stub_invoke(_obj, &Map__iinterface.methods, 7, NULL, _args, NULL,
		       ev, Map__classid, G_STRUCT_OFFSET(POA_Map__epv, Route),
		       (ORBitSmallSkeleton) _ORBIT_skel_small_Map_Route);

}
Exemplo n.º 10
0
PointObj
Map_PointFromCoord(Map _obj, const CORBA_char * coord, CORBA_Environment * ev)
{
   PointObj _ORBIT_retval;
   gpointer _args[1];

   _args[0] = (gpointer) & coord;
   ORBit_c_stub_invoke(_obj, &Map__iinterface.methods, 4, &_ORBIT_retval,
		       _args, NULL, ev, Map__classid,
		       G_STRUCT_OFFSET(POA_Map__epv, PointFromCoord),
		       (ORBitSmallSkeleton)
		       _ORBIT_skel_small_Map_PointFromCoord);

   return _ORBIT_retval;
}
Exemplo n.º 11
0
Map
Map_mapString(Map _obj, const CORBA_char * astring, CORBA_double * anum,
	      CORBA_Environment * ev)
{
   Map _ORBIT_retval;
   gpointer _args[2];

   _args[0] = (gpointer) & astring;
   _args[1] = &anum;
   ORBit_c_stub_invoke(_obj, &Map__iinterface.methods, 0, &_ORBIT_retval,
		       _args, NULL, ev, Map__classid,
		       G_STRUCT_OFFSET(POA_Map__epv, mapString),
		       (ORBitSmallSkeleton) _ORBIT_skel_small_Map_mapString);

   return _ORBIT_retval;
}
Exemplo n.º 12
0
void GNOME_GThumb_Application_import_photos(GNOME_GThumb_Application _obj, CORBA_Environment *ev){
ORBit_c_stub_invoke (_obj, &GNOME_GThumb_Application__iinterface.methods, 3, NULL, NULL, NULL, ev, GNOME_GThumb_Application__classid, G_STRUCT_OFFSET (POA_GNOME_GThumb_Application__epv, import_photos),
(ORBitSmallSkeleton) _ORBIT_skel_small_GNOME_GThumb_Application_import_photos);

}