ACE+TAO-7_0_8
[ACE_TAO.git] / TAO / tests / Parallel_Connect_Strategy / Test_i.cpp
blob17607898770d313ee3aba6e89ca06b35f59a1f2a
1 #include "Test_i.h"
3 Hello::Hello (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 char *
9 Hello::get_string (void)
11 return CORBA::string_dup ("Hello there!");
14 void
15 Hello::shutdown (void)
17 this->orb_->shutdown (false);