summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-04-27 09:49:47 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-04-27 09:49:47 +0000
commitc7fa62a343fe1e5937602c216ec5d7e597462768 (patch)
tree9523b43b24459fcb89d42adf190aee7636f17802 /protocols/Skype/src/skype_proto.h
parent5aadfaa9bcaa25825e33f75f49f713a43670d925 (diff)
- fixed rtl in incoming messages
- fixed contacts nick loading git-svn-id: http://svn.miranda-ng.org/main/trunk@4550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 5ad86dfc6b..031bcfb1ea 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -340,6 +340,7 @@ protected:
void UpdateContactAuthState(HANDLE hContact, CContact::Ref contact);
void UpdateContactAvatar(HANDLE hContact, CContact::Ref contact);
void UpdateContactStatus(HANDLE hContact, CContact::Ref contact);
+ void UpdateContactNickName(SEObject *obj, HANDLE hContact);
void UpdateContactOnlineSinceTime(SEObject *obj, HANDLE hContact);
void UpdateContactLastEventDate(SEObject *obj, HANDLE hContact);
@@ -472,18 +473,14 @@ protected:
HANDLE hContact,
DWORD timestamp,
const char* guid,
- const wchar_t *message,
- bool isNeedCheck = true);
+ const char *message,
+ bool isUnreaded = true);
void RaiseMessageSendedEvent(
HANDLE hContact,
DWORD timestamp,
const char* guid,
- const wchar_t *message);
- /*void RaiseFileReceivedEvent(
- DWORD timestamp,
- const char* sid,
- const char* nick,
- const char* message);*/
+ const char *message,
+ bool isUnreaded = true);
void RaiseAuthRequestEvent(
DWORD timestamp,
CContact::Ref contact);