Fix for bug IPAL9232 : 3.0.0(/dn06/../current1606): simple dataflow execution is aborted.

This commit is contained in:
mkr 2005-06-27 10:38:23 +00:00
parent 14c6b1f558
commit a28e157934

View File

@ -23,7 +23,8 @@ GEOM_Superv_i::GEOM_Superv_i(CORBA::ORB_ptr orb,
CORBA::Object_var anObj = _orb->resolve_initial_references("RootPOA");
myPOA = PortableServer::POA::_narrow(anObj);
myGeomEngine = GEOM::GEOM_Gen::_nil();
setGeomEngine();
myStudyID = -1;
myBasicOp = GEOM::GEOM_IBasicOperations::_nil();