From: rahuel Date: Thu, 9 Feb 2006 15:47:14 +0000 (+0000) Subject: PortableServer::POA_var poa, instead of _ptr X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=efae96775cdd94dc01b1a7e82d653d083557937c;p=modules%2Fkernel.git PortableServer::POA_var poa, instead of _ptr --- diff --git a/src/Container/SALOME_Container_i.hxx b/src/Container/SALOME_Container_i.hxx index be21173b0..b3b6db4f3 100644 --- a/src/Container/SALOME_Container_i.hxx +++ b/src/Container/SALOME_Container_i.hxx @@ -67,7 +67,7 @@ class CONTAINER_EXPORT Engines_Container_i: public: Engines_Container_i(); Engines_Container_i(CORBA::ORB_ptr orb, - PortableServer::POA_ptr poa, + PortableServer::POA_var poa, char * containerName , int argc, char* argv[], bool activAndRegist = true,