Salome HOME
updated copyright message
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_FinderShapeOn1.hxx
index 2b1b67d3877e0873ad21fd9915c86904878f316a..f6b9547ac8a725a2d1395c98f04c640b86f402fb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  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
@@ -39,7 +39,6 @@
 #include <TopTools_ListOfShape.hxx>
 
 #include <Geom_Surface.hxx>
-#include <Handle_Geom_Surface.hxx>
 #include <GeomAdaptor_Surface.hxx>
 
 #include <gp_Pnt.hxx>
@@ -83,7 +82,7 @@ class GEOMAlgo_FinderShapeOn1  : public GEOMAlgo_ShapeAlgo
     Standard_Integer NbPntsMax() const;
 
   Standard_EXPORT
-    const Handle_Geom_Surface& Surface() const;
+    const Handle(Geom_Surface)& Surface() const;
 
   Standard_EXPORT
     TopAbs_ShapeEnum ShapeType() const;
@@ -133,7 +132,7 @@ class GEOMAlgo_FinderShapeOn1  : public GEOMAlgo_ShapeAlgo
     virtual  TopAbs_State GetPointState(const gp_Pnt& aP) ;
 
 
-  Handle_Geom_Surface mySurface;
+  Handle(Geom_Surface) mySurface;
   TopAbs_ShapeEnum myShapeType;
   GEOMAlgo_State myState;
   Standard_Integer myNbPntsMin;