1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

Revert from revision 9200 integration for IFSelect_WorkSession.cxx

This commit is contained in:
bugmaster 2011-10-12 07:01:10 +00:00 committed by bugmaster
parent ca0db03195
commit 1709df61a8

View File

@ -2488,11 +2488,7 @@ IFSelect_ReturnStatus IFSelect_WorkSession::SendAll
} }
} }
else checks = thecopier->SendAll(filename,thegraph->Graph(),thelibrary,theprotocol); else checks = thecopier->SendAll(filename,thegraph->Graph(),thelibrary,theprotocol);
Handle_Interface_Check aMainFail = checks.CCheck(0);
if (!aMainFail.IsNull() && aMainFail->HasFailed ())
{
return IFSelect_RetStop;
}
if (theloaded.Length() == 0) theloaded.AssignCat(filename); if (theloaded.Length() == 0) theloaded.AssignCat(filename);
thecheckrun = checks; thecheckrun = checks;
if (checks.IsEmpty(Standard_True)) return IFSelect_RetDone; if (checks.IsEmpty(Standard_True)) return IFSelect_RetDone;