X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoImpl%2FGEOMAlgo_Splitter.cxx;h=7e93fc90372fae4050b301551da837005fe79b84;hb=3692e4ddfe1d709b235b6f1a8b96218ead1a45c5;hp=cfdd6f74af4f97efdbafb941ccc43a3c1f8d3cdf;hpb=380f01e1fce1a012267d604a1190d04bf4659447;p=modules%2Fshaper.git diff --git a/src/GeomAlgoImpl/GEOMAlgo_Splitter.cxx b/src/GeomAlgoImpl/GEOMAlgo_Splitter.cxx index cfdd6f74a..7e93fc903 100644 --- a/src/GeomAlgoImpl/GEOMAlgo_Splitter.cxx +++ b/src/GeomAlgoImpl/GEOMAlgo_Splitter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D +// Copyright (C) 2007-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -166,7 +166,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; @@ -268,7 +272,11 @@ void GEOMAlgo_Splitter::PostTreat() myShape=aLS.First(); } // +#if OCC_VERSION_LARGE < 0x07070000 BOPAlgo_Builder::PostTreat(); +#else + BOPAlgo_Builder::PostTreat(theRange); +#endif } //======================================================================= //function : TreatCompound