Bonobo Activation API Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#include <bonobo-activation/bonobo-activation.h> gboolean bonobo_activation_get_test_components_enabled (void); void bonobo_activation_set_test_components_enabled (gboolean val); gboolean bonobo_activation_debug_shutdown (void); void bonobo_activation_base_service_debug_shutdown (CORBA_Environment *ev); |
gboolean bonobo_activation_get_test_components_enabled (void); |
Returns : |
|
void bonobo_activation_set_test_components_enabled (gboolean val); |
val : |
|
gboolean bonobo_activation_debug_shutdown (void); |
A debugging function to shutdown the ORB and process any reference count leaks that may have occured.
Returns : | FALSE if there were leaks detected, else TRUE |
void bonobo_activation_base_service_debug_shutdown (CORBA_Environment *ev); |
ev : |
|