6 ::Test::Client_ptr cli
)
8 this->cli_
= Test::Client::_duplicate (cli
);
11 void Server::request (
14 ACE_DEBUG ((LM_DEBUG
, "(%P|%t) Server::request -> %d\n", sel
));
15 if (! CORBA::is_nil (this->cli_
.in ()))
17 this->cli_
->reply ("Hello world!");
21 void Server::shutdown (
24 this->orb_
->shutdown (0);