X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_LongOp.h;h=32240f7c13a23ddb0c66299281184dafc9c10125;hb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;hp=dfb06cae444ec8ad1dabc843851a421589ca72a2;hpb=4224f4dbe7ceaefe74b5d6b79a5840a9f5df2d7a;p=modules%2Fshaper.git diff --git a/src/Events/Events_LongOp.h b/src/Events/Events_LongOp.h index dfb06cae4..32240f7c1 100644 --- a/src/Events/Events_LongOp.h +++ b/src/Events/Events_LongOp.h @@ -12,9 +12,9 @@ * Informs the application that the long operation is performed. * Causes waiting coursor in GUI. */ -class EVENTS_EXPORT Events_LongOp: public Events_Message +class EVENTS_EXPORT Events_LongOp : public Events_Message { -public: + public: virtual ~Events_LongOp(); /// Returns the identifier of this event static Events_ID eventID(); @@ -23,9 +23,9 @@ public: /// Stops the long operation static void end(void* theSender = 0); /// Returns true if the long operation is performed - static bool isPerformed(); + static bool isPerformed(); -protected: + protected: Events_LongOp(void* theSender = 0); };