Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_1330_Regression / Test_i.cpp
blob6abc12a38d406d02a846d83e3c105eca5effb7db
1 #include "Test_i.h"
3 Test_i::Test_i(CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 Test_i::~Test_i()
12 void
13 Test_i::test_method ()
17 void
18 Test_i::shutdown ()
20 this->orb_->shutdown (false);