Salome HOME
Improve the code coverage level
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_SubShapes.h
index 8910f0c0f237da153208e5167a8aa81c9a1eca57..ce90d444f4257dc123ec5f649812c9bb4a050ec7 100644 (file)
@@ -1,8 +1,21 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-// File:        BuildPlugin_SubShapes.h
-// Created:     14 April 2016
-// Author:      Dmitry Bobylev
+// 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
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// 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
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef BuildPlugin_SubShapes_H_
 #define BuildPlugin_SubShapes_H_
@@ -35,10 +48,10 @@ public:
   }
 
   /// Attribute name of sub-shapes.
-  inline static const std::string& SUB_SHAPES_ID()
+  inline static const std::string& SUBSHAPES_ID()
   {
-    static const std::string MY_SUB_SHAPES_ID("sub_shapes");
-    return MY_SUB_SHAPES_ID;
+    static const std::string MY_SUBSHAPES_ID("subshapes");
+    return MY_SUBSHAPES_ID;
   }
 
   /// \return the kind of a feature.