]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PortableServer::POA_var poa, instead of _ptr
authorrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 15:47:14 +0000 (15:47 +0000)
committerrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 15:47:14 +0000 (15:47 +0000)
src/Container/SALOME_Container_i.hxx

index be21173b0f1bb1983902818828fac09539d092c4..b3b6db4f3e4f2a2860d5693d8b19a230b5ee754c 100644 (file)
@@ -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,