X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_MessageGroup.h;h=46c765cce99a9aab7b870674fe0817ff46f6cccf;hb=807b0a6865b7adc824b0598dd267168b3f64a823;hp=232c8d1b636a5b04adf93dfe4f181d53be447b01;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/Events/Events_MessageGroup.h b/src/Events/Events_MessageGroup.h index 232c8d1b6..46c765cce 100644 --- a/src/Events/Events_MessageGroup.h +++ b/src/Events/Events_MessageGroup.h @@ -6,6 +6,7 @@ #define Events_MessageGroup_H_ #include +#include /**\class Events_Message * \ingroup EventsLoop @@ -30,9 +31,9 @@ class EVENTS_EXPORT Events_MessageGroup : public Events_Message } //! Creates a new empty group (to store it in the loop before flush) - virtual Events_MessageGroup* newEmpty() = 0; + virtual boost::shared_ptr newEmpty() = 0; //! Allows to join the given message with the current one - virtual void Join(Events_MessageGroup& theJoined) = 0; + virtual void Join(const boost::shared_ptr& theJoined) = 0; }; #endif