Salome HOME
Task #3231: Sketcher Offset of a curve
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Duplicate.h
index c85c01a022fcb98e2fa338b217bd394cbd5fd640..e2207678188f749a4a70ea51fda74f873e8378de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  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
 //
 
 #ifndef PartSetPlugin_Duplicate_H_
@@ -38,12 +37,14 @@ class PartSetPlugin_Duplicate : public ModelAPI_Feature
     static const std::string MY_REMOVE_KIND("Duplicate");
     return MY_REMOVE_KIND;
   }
+//LCOV_EXCL_START
   /// Returns the kind of a feature
   PARTSETPLUGIN_EXPORT virtual const std::string& getKind()
   {
     static std::string MY_KIND = PartSetPlugin_Duplicate::ID();
     return MY_KIND;
   }
+//LCOV_EXCL_STOP
 
   /// Returns to which group in the document must be added feature
   PARTSETPLUGIN_EXPORT virtual const std::string& getGroup()
@@ -53,9 +54,7 @@ class PartSetPlugin_Duplicate : public ModelAPI_Feature
   }
 
   /// Request for initialization of data model of the feature: adding all attributes
-  PARTSETPLUGIN_EXPORT virtual void initAttributes()
-  {
-  }
+  PARTSETPLUGIN_EXPORT virtual void initAttributes() {}
 
   /// Not normal feature that stored in the tree
   PARTSETPLUGIN_EXPORT virtual bool isAction()