Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3444_Regression / Test_impl.cpp
blobd59755cc7cebd35bab00502f2d4af2fba93a1eae
1 #include "Test_impl.h"
4 Server_impl::Server_impl (CORBA::ORB_ptr orb)
5 : orb_ (CORBA::ORB::_duplicate (orb))
9 void Server_impl::shutdown ()
11 this->orb_->shutdown (false);