3 Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
9 Simple_Server_i::remote_call ()
12 "Print out from process id (%P) hosting the servant\n"));
16 Simple_Server_i::shutdown ()
19 "Servant in process id (%P) received shutdown request. Complying...\n"));
20 this->orb_
->shutdown (0);