]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Events/Events_Loop.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / Events / Events_Loop.h
index b095cc4fc46226094ce6d449505ffe1cd85524dc..69ea2ed2485e9ad15cbcf6fe07389c16f918e966 100644 (file)
@@ -58,7 +58,7 @@ class Events_Loop
   //! \param isGroup is true for grouping messages if possible
   EVENTS_EXPORT void send(const std::shared_ptr<Events_Message>& theMessage, bool isGroup = true);
 
-  //! Registers (or adds if such listener is already registered) a listener 
+  //! Registers (or adds if such listener is already registered) a listener
   //! that will be called on the event and from the defined sender
   //! \param theListener the object that will listen (process) the event
   //! \param theID listen for messages with this ID
@@ -77,12 +77,12 @@ class Events_Loop
   //! Removes messages with the given ID: they are not needed anymore (UPDATE on close)
   EVENTS_EXPORT void eraseMessages(const Events_ID& theID);
 
-  //! Allows to disable flushes: needed in synchronization of document mechanism 
+  //! Allows to disable flushes: needed in synchronization of document mechanism
   //! (to synchronize all and only then flush create, update, etc in correct order)
   //! \param theActivate a state about flushe is active. If false, the flush is disabled
   //! \return the previous active flush state
   EVENTS_EXPORT bool activateFlushes(const bool theActivate);
-  
+
   //! Clears all collected messages
   EVENTS_EXPORT void clear(const Events_ID& theID);