diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-06-30 19:46:37 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-06-30 19:46:37 +0000 |
commit | 8d3522f82f331954a495275a0e23402906d9bb9a (patch) | |
tree | 7d443b2d11095df9c9cea4be634e022e06f2d53f /protocols/Skype/src/skype_proto.h | |
parent | d262ec92c8c0a5a91c52f91921776c9d3982881a (diff) |
Skype: fixed #394
git-svn-id: http://svn.miranda-ng.org/main/trunk@5197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
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;
|