Top | ![]() |
![]() |
![]() |
![]() |
gboolean | bonobo_activation_is_initialized () |
CORBA_ORB | bonobo_activation_init () |
CORBA_ORB | bonobo_activation_orb_init () |
CORBA_ORB | bonobo_activation_orb_get () |
CORBA_Object | bonobo_activation_name_service_get () |
#define | BONOBO_ACTIVATION_MAJOR_VERSION |
#define | BONOBO_ACTIVATION_MINOR_VERSION |
#define | BONOBO_ACTIVATION_MICRO_VERSION |
gboolean
bonobo_activation_is_initialized (void
);
Tells you whether or not bonobo-activation is initialized.
CORBA_ORB bonobo_activation_init (int argc
,char **argv
);
Initializes bonobo-activation. Should be called before any other call to the library.
CORBA_ORB bonobo_activation_orb_init (int *argc
,char **argv
);
Initialize Bonobo Activation's ORB - do this once centrally so it can be easily shared.
CORBA_ORB
bonobo_activation_orb_get (void
);
Returns the ORB used by OAF.