Name
gda-corba -- CORBA utility functions
Description
This module provides a set of utility functions for some CORBA-related
tasks. It is mainly provided to be used internally in other GDA parts,
but it is made available for GDA application developers also.
Details
gda_corba_get_orb ()
CORBA_ORB gda_corba_get_orb (void); |
Return the CORBA ORB being used by the current program
gda_corba_get_name_service ()
CORBA_Object gda_corba_get_name_service (void); |
Return a reference to the CORBA name service
gda_corba_handle_exception ()
gboolean gda_corba_handle_exception (CORBA_Environment *ev); |
gda_corba_get_oaf_attribute ()
gchar* gda_corba_get_oaf_attribute (CORBA_sequence_OAF_Property props,
const gchar *name); |
gda_corba_oafiid_is_active ()
gboolean gda_corba_oafiid_is_active (const gchar *oafiid); |