Salome HOME
updated copyright message
[modules/shaper.git] / src / Events / Events_LongOp.h
index f8e5dd8f2b2ee22794a2a618a7ad61ad0dc815ff..817e624726320dfa185906cfce571e8bcdd83f34 100644 (file)
@@ -1,8 +1,21 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-// File:        Events_LongOp.h
-// Created:     29 Jul 2014
-// Author:      Mikhail PONIKAROV
+// Copyright (C) 2014-2023  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_LONGOP_H_
 #define EVENTS_LONGOP_H_
@@ -16,7 +29,8 @@
  */
 class EVENTS_EXPORT Events_LongOp : public Events_Message
 {
- public:
+public:
+  /// Default destructor
   virtual ~Events_LongOp();
   /// Returns the identifier of this event
   static Events_ID eventID();
@@ -27,7 +41,8 @@ class EVENTS_EXPORT Events_LongOp : public Events_Message
   /// Returns true if the long operation is performed
   static bool isPerformed();
 
- protected:
+protected:
+  /// Default constructor. Use "start" and "end" for generation.
   Events_LongOp(void* theSender = 0);
 };