Salome HOME
Merge branch 'csgroup_IS2'
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_MakeShapeList.cpp
index 646894a1f75387e8301f40b6e87481a43630b06b..c8e25c4749217276aa6f330ff3b95f7ed1f00d91 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #include "GeomAlgoAPI_MakeShapeList.h"
@@ -87,14 +86,14 @@ const GeomShapePtr GeomAlgoAPI_MakeShapeList::shape() const
 void GeomAlgoAPI_MakeShapeList::generated(const GeomShapePtr theOldShape,
                                           ListOfShape& theNewShapes)
 {
-  result(theOldShape,  GeomAlgoAPI_MakeShapeList::Generated, theNewShapes);
+  result(theOldShape, theNewShapes);
 }
 
 //==================================================================================================
 void GeomAlgoAPI_MakeShapeList::modified(const GeomShapePtr theOldShape,
                                          ListOfShape& theNewShapes)
 {
-  result(theOldShape, GeomAlgoAPI_MakeShapeList::Modified, theNewShapes);
+  result(theOldShape, theNewShapes);
 }
 
 //==================================================================================================
@@ -115,7 +114,6 @@ bool GeomAlgoAPI_MakeShapeList::isDeleted(const GeomShapePtr theOldShape)
 
 //==================================================================================================
 void GeomAlgoAPI_MakeShapeList::result(const GeomShapePtr theOldShape,
-                                       OperationType theOperationType,
                                        ListOfShape& theNewShapes)
 {
   if(myListOfMakeShape.empty()) {