summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.i
blob: ecc2df37f6cc75a9c73d75c207afc49152da784c (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

ACE_INLINE
DSI_Simple_Server::DSI_Simple_Server (CORBA::ORB_ptr orb,
                                      Simple_Server_ptr target,
                                      PortableServer::POA_ptr poa)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     target_ (Simple_Server::_duplicate (target)),
     poa_ (PortableServer::POA::_duplicate (poa))
{
}