3 #include "ace/OS_NS_unistd.h"
5 Hello::Hello (CORBA::ORB_ptr orb
)
6 : orb_ (CORBA::ORB::_duplicate (orb
))
11 Hello::get_string (void)
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!");
20 Hello::shutdown (void)
22 this->orb_
->shutdown (0);