4 #include "CSD_PT_TestInf_Export.h"
5 #include "OrbShutdownTask.h"
8 class CSD_PT_TestInf_Export AppShutdown
12 virtual ~AppShutdown();
14 void init(CORBA::ORB_ptr orb
,
15 unsigned num_clients
);
21 static AppShutdown
* instance ();
24 TAO_SYNCH_MUTEX lock_
;
26 unsigned num_clients_
;
27 unsigned num_clients_shutdown_
;
29 OrbShutdownTask orb_shutdown_task_
;
33 #define TheAppShutdown AppShutdown::instance()