ENV: Windows porting.

This commit is contained in:
env 2005-09-09 05:26:58 +00:00
parent dc68499f50
commit e27a43895a
2 changed files with 0 additions and 4 deletions

View 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);
}

View 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);
}