From 85c0b6a96f366bdf0ca334ee7cb1877fb3f2288c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 16 Jan 2015 17:49:54 +0000 Subject: MEVENT - the strict type for events, they are not HANDLE anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/CAppletManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MirandaG15/src/CAppletManager.h') diff --git a/plugins/MirandaG15/src/CAppletManager.h b/plugins/MirandaG15/src/CAppletManager.h index e95a063cb8..5af6058273 100644 --- a/plugins/MirandaG15/src/CAppletManager.h +++ b/plugins/MirandaG15/src/CAppletManager.h @@ -18,7 +18,7 @@ struct SMessageJob { - HANDLE hEvent; + MEVENT hEvent; MCONTACT hContact; DWORD dwFlags; char *pcBuffer; @@ -75,11 +75,11 @@ public: // check if a contacts message window is opened static bool IsMessageWindowOpen(MCONTACT hContact); // marks the given event as read - static void MarkMessageAsRead(MCONTACT hContact,HANDLE hEvent); + static void MarkMessageAsRead(MCONTACT hContact, MEVENT hEvent); // translates the given database event static bool TranslateDBEvent(CEvent *pEvent,WPARAM wParam, LPARAM lParam); // sends a message to the specified contact - static HANDLE SendMessageToContact(MCONTACT hContact,tstring strMessage); + static MEVENT SendMessageToContact(MCONTACT hContact,tstring strMessage); // sends typing notifications to the specified contact static void SendTypingNotification(MCONTACT hContact,bool bEnable); -- cgit v1.2.3