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 06d3267ff3..184d36d4c5 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -264,6 +264,9 @@ public: // called when an account gets physically removed from the database
virtual void OnErase();
+ // called when an event is marked read from Miranda (not from the server)
+ virtual void OnMarkRead(MCONTACT, MEVENT);
+
// the analog of ME_SYSTEM_MODULESLOADED for an account
virtual void OnModulesLoaded(void);
|