X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_GluerAlgo.cxx;h=5cd959887e937feaae3787b1103528a9ed80d661;hb=b3e04328750d2040438e1619f282b2834ace4e4f;hp=e0b8473b77a1279a627d30fcc5ae4bfa4794facb;hpb=407cadd372e3b984e4edf56e5898d57c129432ef;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_GluerAlgo.cxx b/src/GEOMAlgo/GEOMAlgo_GluerAlgo.cxx index e0b8473b7..5cd959887 100644 --- a/src/GEOMAlgo/GEOMAlgo_GluerAlgo.cxx +++ b/src/GEOMAlgo/GEOMAlgo_GluerAlgo.cxx @@ -25,7 +25,7 @@ // // #include -#include +#include //======================================================================= @@ -97,7 +97,7 @@ Standard_Boolean GEOMAlgo_GluerAlgo::CheckGeometry() const //function : SetContext //purpose : //======================================================================= -void GEOMAlgo_GluerAlgo::SetContext(const Handle(IntTools_Context)& theContext) +void GEOMAlgo_GluerAlgo::SetContext(const Handle(BOPInt_Context)& theContext) { myContext=theContext; } @@ -105,7 +105,7 @@ void GEOMAlgo_GluerAlgo::SetContext(const Handle(IntTools_Context)& theContext) //function : Context //purpose : //======================================================================= -const Handle(IntTools_Context)& GEOMAlgo_GluerAlgo::Context() +const Handle(BOPInt_Context)& GEOMAlgo_GluerAlgo::Context() { return myContext; } @@ -141,6 +141,6 @@ void GEOMAlgo_GluerAlgo::Clear() void GEOMAlgo_GluerAlgo::Perform() { if (myContext.IsNull()) { - myContext=new IntTools_Context; + myContext=new BOPInt_Context; } }