Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Reliable_Oneways / Shutdown_Helper.cpp
blobae0b79e779b2917fb1770598f3db78eefcfe5498
1 #include "Shutdown_Helper.h"
3 Shutdown_Helper::Shutdown_Helper (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 void
9 Shutdown_Helper::shutdown ()
11 this->orb_->shutdown (false);