3 One_Impl::One_Impl (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
9 One_Impl::get_string ()
11 return CORBA::string_dup ("One_Impl there!");
14 Two_Impl::Two_Impl (CORBA::ORB_ptr orb
)
15 : orb_ (CORBA::ORB::_duplicate (orb
))
20 Two_Impl::get_string ()
22 return CORBA::string_dup ("One_Impl there!");
26 Three_Impl::Three_Impl (CORBA::ORB_ptr orb
)
27 : orb_ (CORBA::ORB::_duplicate (orb
))
32 Three_Impl::get_string ()
34 return CORBA::string_dup ("Three_Impl there!");