From c9e610c405ec66764de279ff797ffa48964936be Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Tue, 25 Aug 2015 12:58:13 +0000 Subject: SkypeWeb: Contacts receiving git-svn-id: http://svn.miranda-ng.org/main/trunk@15028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/skype_proto.h') diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 5aee7df862..da1ae3f713 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -51,7 +51,7 @@ public: virtual int __cdecl SetStatus(int iNewStatus); virtual int __cdecl UserIsTyping(MCONTACT hContact, int type); virtual int __cdecl OnEvent(PROTOEVENTTYPE iEventType, WPARAM wParam, LPARAM lParam); - + virtual int __cdecl RecvContacts(MCONTACT hContact, PROTORECVEVENT*); // accounts static CSkypeProto* InitAccount(const char *protoName, const TCHAR *userName); static int UninitAccount(CSkypeProto *proto); @@ -262,6 +262,8 @@ private: void OnPrivateMessageEvent(const JSONNode &node); + void ProcessContactRecv(MCONTACT hContact, time_t timestamp, const char *szContent, const char *szMessageId); + // sync void OnGetServerHistory(const NETLIBHTTPREQUEST *response); void OnSyncHistory(const NETLIBHTTPREQUEST *response); -- cgit v1.2.3