Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / DSI_AMI_Gateway / test_dsi.inl
blobe55cd67b01379215d901949a5bcdad7b4d490ccd
1 ACE_INLINE
2 DSI_Simple_Server::DSI_Simple_Server (
3     CORBA::ORB_ptr orb,
4     CORBA::Object_ptr target,
5     PortableServer::POA_ptr poa)
6   :  orb_ (CORBA::ORB::_duplicate (orb)),
7      target_ (CORBA::Object::_duplicate (target)),
8      poa_ (PortableServer::POA::_duplicate (poa))