summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.inl
blob: e53aa9faa59b5533c14f5f3b9f9e774aeee68a9a (plain)
1
2
3
4
5
6
7
8
9
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))
{
}