Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1330_Regression / Test_i.cpp
blob2493d0ae37d3afd5ef959fb63af4f767183af2d1
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 (void)
17 void
18 Test_i::shutdown (void)
20 this->orb_->shutdown (0);