X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPartSetPlugin%2FPartSetPlugin_Duplicate.h;h=e2207678188f749a4a70ea51fda74f873e8378de;hb=63ba1dd6387b76f8d2710955f8aebf9cf613058c;hp=c85c01a022fcb98e2fa338b217bd394cbd5fd640;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Duplicate.h b/src/PartSetPlugin/PartSetPlugin_Duplicate.h index c85c01a02..e22076781 100644 --- a/src/PartSetPlugin/PartSetPlugin_Duplicate.h +++ b/src/PartSetPlugin/PartSetPlugin_Duplicate.h @@ -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 @@ -12,10 +12,9 @@ // // 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 +// 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()