4 // part of the famous caesium 133 atom transition for a
5 // second. Cannot represent the last part since the value gets out of
7 const CORBA::ULong freq
= 919263;
9 Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb
)
10 : orb_ (CORBA::ORB::_duplicate (orb
))
14 Simple_Server_i::Simple_Server_i ()
20 Simple_Server_i::remote_call ()
23 "Print out from process id (%P) hosting the servant\n"));
30 Simple_Server_i::shutdown ()
32 this->orb_
->shutdown (false);