summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_events.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-10 09:28:16 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-10 09:28:16 +0000
commit3506c2bc0bb148120db8e8c7c6a07cf3e683cc50 (patch)
tree741896b256a21118d3d6a8f97b84f49d2e70ab8b /protocols/SkypeWeb/src/skype_events.cpp
parentc13847cba6ade5d5de16c223dfbbf92561dceb85 (diff)
SkypeWeb: Mark messsges as read rework.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_events.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_events.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_events.cpp b/protocols/SkypeWeb/src/skype_events.cpp
index 03297983e8..2392542bba 100644
--- a/protocols/SkypeWeb/src/skype_events.cpp
+++ b/protocols/SkypeWeb/src/skype_events.cpp
@@ -126,7 +126,7 @@ void CSkypeProto::InitPopups()
m_hPopupClassNotify = Popup_RegisterClass(&ppc);
}
-/*int CSkypeProto::ProcessSrmmEvent(WPARAM, LPARAM lParam)
+int CSkypeProto::ProcessSrmmEvent(WPARAM, LPARAM lParam)
{
debugLogA(__FUNCTION__);
MessageWindowEventData *event = (MessageWindowEventData *)lParam;
@@ -135,4 +135,4 @@ void CSkypeProto::InitPopups()
SetSrmmReadStatus(event->hContact);
return 0;
-}*/ \ No newline at end of file
+} \ No newline at end of file