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
)),
15 Simple_Server_i::Simple_Server_i (void)
21 Simple_Server_i::remote_call (void)
24 "Print out from process id (%P) hosting the servant\n"));
31 Simple_Server_i::shutdown (void)
33 this->orb_
->shutdown (0);