Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Parallel_Connect_Strategy / Test_i.cpp
blob83e6ffe6929a6502f4923a1eb3c5c9c2f2e66bcf
1 #include "Test_i.h"
3 Hello::Hello (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 char *
9 Hello::get_string ()
11 return CORBA::string_dup ("Hello there!");
14 void
15 Hello::shutdown ()
17 this->orb_->shutdown (false);