From da3b33dc68aeb3e8ff1eabdc478dd38625b7b2c1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 15 Jun 2020 11:05:09 +0300 Subject: PROTO_INTERFACE::OnEventEdited - new virtual function to send edited messages to server --- include/m_protoint.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/m_protoint.h b/include/m_protoint.h index 9bc9def714..c4f58111a8 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -243,6 +243,9 @@ public: // called when an account's contact is deleted virtual void OnContactDeleted(MCONTACT); + // called when an event is altered in database + virtual void OnEventEdited(MCONTACT, MEVENT); + // called when an account gets physically removed from the database virtual void OnErase(); -- cgit v1.2.3