mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
ENV: Windows porting.
This commit is contained in:
parent
dc68499f50
commit
e27a43895a
@ -20,9 +20,7 @@
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
GEOM_IOperations_i::GEOM_IOperations_i(PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine, ::GEOM_IOperations* theImpl)
|
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)
|
:SALOME::GenericObj_i( thePOA ), _impl(theImpl), _engine(theEngine)
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
thePOA->activate_object(this);
|
thePOA->activate_object(this);
|
||||||
}
|
}
|
||||||
|
@ -31,9 +31,7 @@
|
|||||||
|
|
||||||
GEOM_Object_i::GEOM_Object_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,
|
GEOM_Object_i::GEOM_Object_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,
|
||||||
Handle(GEOM_Object) theImpl)
|
Handle(GEOM_Object) theImpl)
|
||||||
#ifndef WNT
|
|
||||||
: SALOME::GenericObj_i( thePOA ), _engine(theEngine), _impl(theImpl)
|
: SALOME::GenericObj_i( thePOA ), _engine(theEngine), _impl(theImpl)
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
thePOA->activate_object(this);
|
thePOA->activate_object(this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user