X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGEOMAlgo%2FGEOMAlgo_GluerAlgo.hxx;h=d81e8cdb9659579935c7fd479c4914a262fe6210;hb=b3e04328750d2040438e1619f282b2834ace4e4f;hp=97f9b9ad1f476c6964fd23048bbed9dd5f67f565;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_GluerAlgo.hxx b/src/GEOMAlgo/GEOMAlgo_GluerAlgo.hxx index 97f9b9ad1..d81e8cdb9 100644 --- a/src/GEOMAlgo/GEOMAlgo_GluerAlgo.hxx +++ b/src/GEOMAlgo/GEOMAlgo_GluerAlgo.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -31,10 +31,10 @@ #include #include #include -#include + +#include #include #include -#include //======================================================================= //class : GEOMAlgo_GluerAlgo @@ -74,10 +74,10 @@ public: virtual void Clear() ; Standard_EXPORT - void SetContext(const Handle(IntTools_Context)&) ; + void SetContext(const Handle(BOPInt_Context)&) ; Standard_EXPORT - const Handle(IntTools_Context)& Context() ; + const Handle(BOPInt_Context)& Context() ; Standard_EXPORT const TopTools_DataMapOfShapeListOfShape& Images() const; @@ -89,7 +89,7 @@ protected: TopoDS_Shape myArgument; Standard_Real myTolerance; Standard_Boolean myCheckGeometry; - Handle(IntTools_Context) myContext; + Handle(BOPInt_Context) myContext; TopTools_DataMapOfShapeListOfShape myImages; TopTools_DataMapOfShapeShape myOrigins;