diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-09 19:07:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-09 19:07:04 +0300 |
commit | 9417dafded645981c314e73884c2dcca6a6a27ed (patch) | |
tree | 411d6bff787c38efcb4293b83f3964e737f8b3a5 /include/m_protoint.h | |
parent | fabe33ee70142ddadacedb205a38b2b902e7b2c4 (diff) |
added event for event deletion
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 55ff3a5949..609bbfbd92 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -267,6 +267,9 @@ public: virtual MWindow OnCreateAccMgrUI(MWindow hwndParent);
// called when an event is altered in database
+ virtual void OnEventDeleted(MCONTACT, MEVENT);
+
+ // called when an event is altered in database
virtual void OnEventEdited(MCONTACT, MEVENT);
// called when an account gets physically removed from the database
|