From efae96775cdd94dc01b1a7e82d653d083557937c Mon Sep 17 00:00:00 2001 From: rahuel Date: Thu, 9 Feb 2006 15:47:14 +0000 Subject: [PATCH] PortableServer::POA_var poa, instead of _ptr --- src/Container/SALOME_Container_i.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2