X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_ValidatorMessage.cpp;h=5e91a46fbf99c17bcea4e56d4345f86dc849473a;hb=fec33ea37fbbd369bda3da328abf6171d08a6c42;hp=a5ac9699b21977b29bc7ae24775a8abf9b738608;hpb=cb48ba1b9313f818eac22bb34bf3ea059d9538a1;p=modules%2Fshaper.git diff --git a/src/Config/Config_ValidatorMessage.cpp b/src/Config/Config_ValidatorMessage.cpp index a5ac9699b..5e91a46fb 100644 --- a/src/Config/Config_ValidatorMessage.cpp +++ b/src/Config/Config_ValidatorMessage.cpp @@ -1,14 +1,27 @@ -/* - * Config_ValidatorMessage.cpp - * - * Created on: 08 èþëÿ 2014 ã. - * Author: sbh - */ +// Copyright (C) 2014-2017 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 +// #include Config_ValidatorMessage::Config_ValidatorMessage(const Events_ID theId, const void* theParent) -: Events_Message(theId, theParent) + : Events_Message(theId, theParent) { myValidatorId = ""; myFeatureId = ""; @@ -19,11 +32,6 @@ Config_ValidatorMessage::~Config_ValidatorMessage() { } -//static const const char* Config_ValidatorMessage::UID() const -//{ -// return "ValidatorMessage"; -//} - const std::string& Config_ValidatorMessage::validatorId() const { return myValidatorId;