Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3673_Regression / NsShutdown.cpp
blob7e9b59fda898d6f204f62c4ac1fcc7f7c21850e5
1 #include "NsShutdown.h"
3 NsShutdown::NsShutdown (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 void
9 NsShutdown::shutdown ()
11 this->orb_->shutdown (false);