4 Factory::Factory (CORBA::ORB_ptr orb
)
5 : orb_ (CORBA::ORB::_duplicate (orb
))
10 Factory::create_simple_object ()
13 ACE_NEW_THROW_EX (simple_impl
,
17 PortableServer::ServantBase_var
owner_transfer(simple_impl
);
19 return simple_impl
->_this ();
25 this->orb_
->shutdown (false);