3 server_i::server_i (int quiet
,
6 orb_ (CORBA::ORB::_duplicate (orb
))
11 server_i::start (client_ptr c
,
12 CORBA::UShort time_to_live
)
14 this->client_
= client::_duplicate (c
);
15 this->ping (time_to_live
);
19 server_i::ping (CORBA::UShort time_to_live
)
23 "(%t) server_i::ping -> time to live = %d\n",
30 this->client_
->ping (time_to_live
);
37 this->orb_
->shutdown (false);