Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Server_Connection_Purging / Test_i.cpp
blob6343eee9ac340a873055872cc47d6ed6fe8b2c9c
1 #include "Test_i.h"
3 test_i::test_i (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 void
9 test_i::send_stuff (const char* string)
11 ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) - %s\n", string));
14 void
15 test_i::shutdown ()
17 ACE_DEBUG ((LM_DEBUG,
18 "(%P|%t) About to invoke shudown...\n"));
19 this->orb_->shutdown (false);