Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / DSI_Gateway / test_dsi.inl
blobe53aa9faa59b5533c14f5f3b9f9e774aeee68a9a
1 ACE_INLINE
2 DSI_Simple_Server::DSI_Simple_Server (CORBA::ORB_ptr orb,
3                                       CORBA::Object_ptr target,//Simple_Server_ptr target,
4                                       PortableServer::POA_ptr poa)
5   :  orb_ (CORBA::ORB::_duplicate (orb)),
6      target_ (CORBA::Object::_duplicate (target)),//Simple_Server::_duplicate (target)),
7      poa_ (PortableServer::POA::_duplicate (poa))