X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_LongOp.h;h=c2e6c2e2eb02e24e2a91b46dc5b529df479712cb;hb=e32f95642855a63da2727cb324ce2a75632a712f;hp=32240f7c13a23ddb0c66299281184dafc9c10125;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/Events/Events_LongOp.h b/src/Events/Events_LongOp.h index 32240f7c1..c2e6c2e2e 100644 --- a/src/Events/Events_LongOp.h +++ b/src/Events/Events_LongOp.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Events_LongOp.h // Created: 29 Jul 2014 // Author: Mikhail PONIKAROV @@ -14,7 +16,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(); @@ -25,7 +28,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); };