Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / No_Server_MT_Connect_Test / test_i.cpp
blobbc79e845075c8329b77596ca1c256ea5a545c68f
1 #include "test_i.h"
3 Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 void
9 Simple_Server_i::test_method ()
13 void
14 Simple_Server_i::shutdown ()
16 this->orb_->shutdown (false);