Salome HOME
Change icons for chamfer
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Plugin.cpp
index 90e5548c2ab306cfa4300e9d4fb08664f575a669..9527146ef5e2e979333fd05807aa2c582ff20778 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
 //
 
 #include "PartSetPlugin_Plugin.h"
@@ -55,7 +54,8 @@ FeaturePtr PartSetPlugin_Plugin::createFeature(std::string theFeatureID)
   // feature of such kind is not found
   return FeaturePtr();
 }
-
+// used only in GUI
+//LCOV_EXCL_START
 void PartSetPlugin_Plugin::processEvent(const std::shared_ptr<Events_Message>& theMessage)
 {
   const Events_ID kRequestEvent =
@@ -83,3 +83,4 @@ std::shared_ptr<ModelAPI_FeatureStateMessage> PartSetPlugin_Plugin::getFeaturesS
   aMsg->setState(PartSetPlugin_Remove::ID(), aDocIsPart);
   return aMsg;
 }
+//LCOV_EXCL_STOP