From e27a43895a0daa0a4d0f7a9ab6f0c93c9af90881 Mon Sep 17 00:00:00 2001 From: env Date: Fri, 9 Sep 2005 05:26:58 +0000 Subject: [PATCH] ENV: Windows porting. --- src/GEOM_I/GEOM_IOperations_i.cc | 2 -- src/GEOM_I/GEOM_Object_i.cc | 2 -- 2 files changed, 4 deletions(-) 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); } -- 2.39.2