Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2800_Regression / Hello.cpp
blob0ce11d8abb5cffda06f079eee059c5ded65de8d7
1 #include "Hello.h"
4 Hello::Hello (CORBA::ORB_ptr orb)
5 : orb_ (CORBA::ORB::_duplicate (orb))
9 char *
10 Hello::get_string ()
12 return CORBA::string_dup ("Hello there!");
15 void
16 Hello::shutdown ()
18 this->orb_->shutdown (false);