X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_LongOp.h;h=c2e6c2e2eb02e24e2a91b46dc5b529df479712cb;hb=6aad051f35d9c375d4727ce5f4d1cbfe24fd3838;hp=f8e5dd8f2b2ee22794a2a618a7ad61ad0dc815ff;hpb=7bf19255421b34594c7b0a76d0ce28166d0ce895;p=modules%2Fshaper.git diff --git a/src/Events/Events_LongOp.h b/src/Events/Events_LongOp.h index f8e5dd8f2..c2e6c2e2e 100644 --- a/src/Events/Events_LongOp.h +++ b/src/Events/Events_LongOp.h @@ -16,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(); @@ -27,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); };