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
);
21 server_i::ping (CORBA::UShort time_to_live
)
25 "(%t) server_i::ping -> time to live = %d\n",
32 this->client_
->ping (time_to_live
);
37 server_i::shutdown (void)
39 this->orb_
->shutdown (0);