From: env Date: Fri, 9 Sep 2005 05:26:58 +0000 (+0000) Subject: ENV: Windows porting. X-Git-Tag: V3_1_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e27a43895a0daa0a4d0f7a9ab6f0c93c9af90881;p=modules%2Fgeom.git ENV: Windows porting. --- diff --git a/src/GEOM_I/GEOM_IOperations_i.cc b/src/GEOM_I/GEOM_IOperations_i.cc index 1c2b53ba3..a1c49f8ec 100644 --- a/src/GEOM_I/GEOM_IOperations_i.cc +++ b/src/GEOM_I/GEOM_IOperations_i.cc @@ -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); } diff --git a/src/GEOM_I/GEOM_Object_i.cc b/src/GEOM_I/GEOM_Object_i.cc index c67e139c2..ee5eb1b72 100644 --- a/src/GEOM_I/GEOM_Object_i.cc +++ b/src/GEOM_I/GEOM_Object_i.cc @@ -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); }