Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / No_Server_MT_Connect_Test / test_i.cpp
blob50d71b99e4411e161700a72db505afc38702ae93
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 (void)
13 void
14 Simple_Server_i::shutdown (void)
16 this->orb_->shutdown (0);