From 9f53b4ab59d8183b9064ac65ab46a87932b5cf34 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 7 Jun 2013 09:24:01 +0000 Subject: Skype: - fixed encoding in name of received files - some chat improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@4890 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_chat.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'protocols/Skype/src/skype_chat.h') diff --git a/protocols/Skype/src/skype_chat.h b/protocols/Skype/src/skype_chat.h index 134823e343..75fec78dcd 100644 --- a/protocols/Skype/src/skype_chat.h +++ b/protocols/Skype/src/skype_chat.h @@ -11,6 +11,8 @@ public: int rank; WORD status; + CParticipant::Ref participant; + ChatMember() { this->sid = NULL; @@ -58,8 +60,6 @@ public: class ChatRoom { - friend class ChatList; - private: wchar_t *cid; wchar_t *name; @@ -83,6 +83,8 @@ private: void AddMember(ChatMember *member, DWORD timestamp, int flag); public: + CConversation::Ref conversation; + ChatRoom(const wchar_t *cid, const wchar_t *name, CSkypeProto *ppro); ~ChatRoom(); -- cgit v1.2.3