X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_InfoMessage.h;h=e7629f0c428c0ad4debbc980b5f569854c75d783;hb=50a8df0c6a66da8067b16155e5ae39f8f26a7ebc;hp=1bfd9a232fa4b70a1b14fd490cc95bc9b20c3355;hpb=423c10234142d14d0d5de89383f2f96a4ec5930f;p=modules%2Fshaper.git diff --git a/src/Events/Events_InfoMessage.h b/src/Events/Events_InfoMessage.h index 1bfd9a232..e7629f0c4 100644 --- a/src/Events/Events_InfoMessage.h +++ b/src/Events/Events_InfoMessage.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: Events_InfoMessage.hxx -// Created: 31 May 2016 -// Author: Vitaly SMETANNIKOV +// Copyright (C) 2014-2020 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 Events_InfoMessage_H_ #define Events_InfoMessage_H_ @@ -53,7 +66,7 @@ public: void setMessageString(const std::string& theMsg) { myMessage = theMsg; } /// Returns message - EVENTS_EXPORT std::string messageString() const; + std::string messageString() const { return myMessage; } Events_InfoMessage& operator=(const std::string& theMsg) { setMessageString(theMsg);