summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.i
blob: dab987ec71e80befe9c53c6330b6c53584c2fc88 (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,
                                      CORBA::Object_ptr target,//Simple_Server_ptr target,
                                      PortableServer::POA_ptr poa)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     target_ (CORBA::Object::_duplicate (target)),//Simple_Server::_duplicate (target)),
     poa_ (PortableServer::POA::_duplicate (poa))
{
}