Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Parallel_Connect_Strategy / Test_i.cpp
blobad0080d389bcd99d9e27ab6c1c362c39352a127a
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 (0);