Salome HOME
ENV: Windows porting.
authorenv <env@opencascade.com>
Fri, 9 Sep 2005 05:26:58 +0000 (05:26 +0000)
committerenv <env@opencascade.com>
Fri, 9 Sep 2005 05:26:58 +0000 (05:26 +0000)
src/GEOM_I/GEOM_IOperations_i.cc
src/GEOM_I/GEOM_Object_i.cc

index 1c2b53ba3d491c59bf2763b361497207cb8e7e1d..a1c49f8ec704b6839fe7bd9cc77e67adf3551e1f 100644 (file)
@@ -20,9 +20,7 @@
 //=============================================================================
 
 GEOM_IOperations_i::GEOM_IOperations_i(PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine, ::GEOM_IOperations* theImpl)
-#ifndef WNT
 :SALOME::GenericObj_i( thePOA ), _impl(theImpl), _engine(theEngine)
-#endif
 {
   thePOA->activate_object(this);
 }
index c67e139c2c2c35c8202b5728db8b3d3990bd3bc9..ee5eb1b720a99a2def4668a908f9865b06c45b36 100644 (file)
@@ -31,9 +31,7 @@
 
 GEOM_Object_i::GEOM_Object_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,
                              Handle(GEOM_Object) theImpl)
-#ifndef WNT
 : SALOME::GenericObj_i( thePOA ), _engine(theEngine), _impl(theImpl)
-#endif
 {
   thePOA->activate_object(this);
 }