Debugging

Name

Debugging -- 

Synopsis


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

Description

Details

bonobo_activation_get_test_components_enabled ()

gboolean    bonobo_activation_get_test_components_enabled
                                            (void);

Returns :


bonobo_activation_set_test_components_enabled ()

void        bonobo_activation_set_test_components_enabled
                                            (gboolean val);

val :


bonobo_activation_debug_shutdown ()

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


bonobo_activation_base_service_debug_shutdown ()

void        bonobo_activation_base_service_debug_shutdown
                                            (CORBA_Environment *ev);

ev :