4 Hello::Hello (CORBA::ORB_ptr orb
)
5 : orb_ (CORBA::ORB::_duplicate (orb
))
12 return CORBA::string_dup ("Hello there!");
16 Hello::set_string (const char * s
)
18 std::cout
<< "Call to Hello::set_string (" << s
<< ")" << std::endl
;
24 this->orb_
->shutdown (false);