From d28931ebdfc4ff561d05ab000aee4cbb5ac24d62 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Apr 2018 00:55:51 +0300 Subject: OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted --- include/m_protoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_protoint.h b/include/m_protoint.h index b48469749a..136f54481d 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -38,8 +38,7 @@ typedef enum { EV_PROTO_ONRENAME, EV_PROTO_ONERASE, - EV_PROTO_ONMENU, - EV_PROTO_ONCONTACTDELETED + EV_PROTO_ONMENU } PROTOEVENTTYPE; @@ -226,6 +225,7 @@ public: ////////////////////////////////////////////////////////////////////////////////////// // events + virtual void OnContactDeleted(MCONTACT); virtual void OnModulesLoaded(void); // the analog of ME_SYSTEM_MODULESLOADED for an account virtual void OnShutdown(void); // same for ME_SYSTEM_SHUTDOWN virtual bool IsReadyToExit(void); // same for ME_SYSTEM_OKTOEXIT -- cgit v1.2.3