Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Events / Events_LongOp.h
index dfb06cae444ec8ad1dabc843851a421589ca72a2..32240f7c13a23ddb0c66299281184dafc9c10125 100644 (file)
@@ -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);
 };