X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_Splitter.cxx;h=d44677d0c29458a4c229da85a90aedc63c73b7c5;hb=ec3ebbe8917cb07300e590ba913edd730d7760d0;hp=adf4306aba629b96db96aad3ded0a83c0b8929d0;hpb=df260abc619ded3d424fed72772226ca63e3c90b;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_Splitter.cxx b/src/GEOMAlgo/GEOMAlgo_Splitter.cxx index adf4306ab..d44677d0c 100644 --- a/src/GEOMAlgo/GEOMAlgo_Splitter.cxx +++ b/src/GEOMAlgo/GEOMAlgo_Splitter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -180,7 +180,11 @@ void GEOMAlgo_Splitter::BuildResult(const TopAbs_ShapeEnum theType) //function : PostTreat //purpose : //======================================================================= +#if OCC_VERSION_LARGE < 0x07070000 void GEOMAlgo_Splitter::PostTreat() +#else +void GEOMAlgo_Splitter::PostTreat(const Message_ProgressRange& theRange) +#endif { if (myLimit!=TopAbs_SHAPE) { Standard_Integer i, aNbS; @@ -282,7 +286,11 @@ void GEOMAlgo_Splitter::PostTreat() myShape=aLS.First(); } // +#if OCC_VERSION_LARGE < 0x07070000 BOPAlgo_Builder::PostTreat(); +#else + BOPAlgo_Builder::PostTreat(theRange); +#endif } //======================================================================= //function : TreatCompound