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))