X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Events.h;h=d52e7f8caea85a062109f2f4defdc5798b3e1d46;hb=6a7e53a3d3b52f1f798b7e3aa3c48de9c870d92b;hp=6c492c1ca3a3f1eff6ac8d4fe5e3862e7bfcea38;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/Model/Model_Events.h b/src/Model/Model_Events.h index 6c492c1ca..d52e7f8ca 100644 --- a/src/Model/Model_Events.h +++ b/src/Model/Model_Events.h @@ -73,10 +73,13 @@ class Model_ObjectDeletedMessage : public ModelAPI_ObjectDeletedMessage return myGroups; } + /// Returns the new empty message of this type virtual std::shared_ptr newEmpty(); + /// Returns the identifier of this message virtual const Events_ID messageId(); + /// Appends to this message the given one virtual void Join(const std::shared_ptr& theJoined); };