]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMAlgo/GEOMAlgo_GluerAlgo.cxx
Salome HOME
Merge V8_4_BR branch.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_GluerAlgo.cxx
index 259c3ed6c98db35c4213f1efd4566a862e0c8b87..48a7db3f4764f0ff36f2f2e8ebd56c2b22184214 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  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
@@ -25,8 +25,7 @@
 //              <peter@PREFEX>
 //
 #include <GEOMAlgo_GluerAlgo.hxx>
-#include <BOPInt_Context.hxx>
-
+#include <IntTools_Context.hxx>
 
 //=======================================================================
 //function : GEOMAlgo_GluerAlgo
@@ -97,7 +96,7 @@ Standard_Boolean GEOMAlgo_GluerAlgo::CheckGeometry() const
 //function : SetContext
 //purpose  :
 //=======================================================================
-void GEOMAlgo_GluerAlgo::SetContext(const Handle(BOPInt_Context)& theContext)
+void GEOMAlgo_GluerAlgo::SetContext(const Handle(IntTools_Context)& theContext)
 {
   myContext=theContext;
 }
@@ -105,7 +104,7 @@ void GEOMAlgo_GluerAlgo::SetContext(const Handle(BOPInt_Context)& theContext)
 //function : Context
 //purpose  :
 //=======================================================================
-const Handle(BOPInt_Context)& GEOMAlgo_GluerAlgo::Context()
+const Handle(IntTools_Context)& GEOMAlgo_GluerAlgo::Context()
 {
   return myContext;
 }
@@ -141,6 +140,6 @@ void GEOMAlgo_GluerAlgo::Clear()
 void GEOMAlgo_GluerAlgo::Perform()
 {
   if (myContext.IsNull()) {
-    myContext=new BOPInt_Context;
+    myContext=new IntTools_Context;
   }
 }