Salome HOME
Copyright update 2020
[modules/shaper.git] / src / Events / Events_InfoMessage.h
index 1bfd9a232fa4b70a1b14fd490cc95bc9b20c3355..e7629f0c428c0ad4debbc980b5f569854c75d783 100644 (file)
@@ -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);