]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Events/Events_MessageGroup.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Events / Events_MessageGroup.h
index 46d7c420a5fd11d3913a779268de2d32d2f8ee6d..232c8d1b636a5b04adf93dfe4f181d53be447b01 100644 (file)
  * Loop detects such messages and accumulates them without sending. On "flush" loop sends it
  * as a group-message.
  */
-class EVENTS_EXPORT Events_MessageGroup : public Events_Message {
+class EVENTS_EXPORT Events_MessageGroup : public Events_Message
+{
 
-public:
+ public:
 
   //! Creates the message
   Events_MessageGroup(const Events_ID theID, const void* theSender = 0)
-    : Events_Message(theID, theSender) {}
+      : Events_Message(theID, theSender)
+  {
+  }
   //! do nothing in the destructor yet
-  virtual ~Events_MessageGroup() {}
+  virtual ~Events_MessageGroup()
+  {
+  }
 
   //! Creates a new empty group (to store it in the loop before flush)
   virtual Events_MessageGroup* newEmpty() = 0;