2 #include "ace/OS_NS_unistd.h"
4 test_i::test_i (ORB_Killer
*k
)
16 test_i::shutdown (void)
18 ACE_DEBUG ((LM_DEBUG
,"(%P|%t) requesting shutdown\n"));
19 this->killer_
->activate ();
23 ORB_Killer::ORB_Killer (CORBA::ORB_ptr orb
)
24 : orb_ (CORBA::ORB::_duplicate (orb
))
32 ACE_DEBUG ((LM_DEBUG
,"(%P|%t) doing shutdown\n"));
34 ACE_DEBUG ((LM_DEBUG
,"(%P|%t) shutdown complete\n"));