diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
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();
|