From 8d3522f82f331954a495275a0e23402906d9bb9a Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 30 Jun 2013 19:46:37 +0000 Subject: Skype: fixed #394 git-svn-id: http://svn.miranda-ng.org/main/trunk@5197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'protocols/Skype/src/skype_proto.h') diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 80e350a9ec..fe310eb913 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -288,8 +288,10 @@ protected: void OnContactsReceived(const ConversationRef &conversation, const MessageRef &message); // transfer + static wchar_t *TransferFailureReasons[]; + void OnFileEvent(const ConversationRef &conversation, const MessageRef &message); - void OnTransferChanged(CTransfer::Ref transfer, int prop); + void OnTransferChanged(const TransferRef &transfer, int prop); // chat void InitChatModule(); @@ -438,6 +440,7 @@ protected: // icons static _tag_iconList IconList[]; static HANDLE GetIconHandle(const char *name); + static HANDLE GetSkinIconHandle(const char *name); // menus HGENMENU m_hMenuRoot; -- cgit v1.2.3