1 #include "ChildServant.h"
3 ChildServant::ChildServant(CORBA::ORB_ptr orb
)
4 : orb_(CORBA::ORB::_duplicate(orb
))
9 ChildServant::childMethod ()
15 ChildServant::parentMethod ()
17 // Just throw an exception
18 throw CORBA::INTERNAL ();
22 ChildServant::shutdown ()
24 this->orb_
->shutdown(0);