X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_Loop.h;h=66ed3070d58e785f994854603de2b46bdb0a0a72;hb=d61f126b5d84dcf2334e35589a1aaf80e3aa947a;hp=adc88835198dda23e4121ac4dd07620217475e19;hpb=d758dbc3b741774d5033acbcda7d8cef49599fda;p=modules%2Fshaper.git diff --git a/src/Events/Events_Loop.h b/src/Events/Events_Loop.h index adc888351..66ed3070d 100644 --- a/src/Events/Events_Loop.h +++ b/src/Events/Events_Loop.h @@ -66,6 +66,9 @@ class Events_Loop //! Initializes sending of a group-message by the given ID EVENTS_EXPORT void flush(const Events_ID& theID); + //! 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 //! (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