2 #include "ace/OS_NS_unistd.h"
4 Hello::Hello (CORBA::ORB_ptr orb
)
5 : orb_ (CORBA::ORB::_duplicate (orb
))
10 Hello::get_string (void)
12 ACE_DEBUG((LM_DEBUG
, ACE_TEXT("%D get_string: sleep 5 seconds before returning\n")));
14 return CORBA::string_dup ("Hello there!");
18 Hello::shutdown (void)
20 this->orb_
->shutdown (0);