3 void Server::setup (::Test::Client_ptr cli
)
5 this->cli_
= Test::Client::_duplicate (cli
);
8 void Server::request (::CORBA::Long sel
)
10 ACE_DEBUG ((LM_DEBUG
, "(%P|%t) Server::request -> %d\n", sel
));
11 if (! CORBA::is_nil (this->cli_
.in ()))
13 this->cli_
->reply ("Hello world!");
17 void Server::shutdown ()
19 this->orb_
->shutdown (false);