Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Server_Connection_Purging / Test_i.cpp
blobb47d464f483e2d7565ef1cb3453dda125b7d0832
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 (void)
17 ACE_DEBUG ((LM_DEBUG,
18 "(%P|%t) About to invoke shudown...\n"));
19 this->orb_->shutdown (0);