summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
blob: 16ff803a4a9d0beef70f737238a490c802e35151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

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