3 #include "ace/OS_NS_unistd.h"
5 Hello::Hello (CORBA::ORB_ptr orb
)
6 : orb_ (CORBA::ORB::_duplicate (orb
))
13 ACE_DEBUG ((LM_DEBUG
, "(%P|%t) - Hello::get_string called\n"));
15 ACE_DEBUG ((LM_DEBUG
, "(%P|%t) - Hello::get_string returning\n"));
16 return CORBA::string_dup ("Hello there!");
22 this->orb_
->shutdown (false);