From 4adc7e198f49bbd5b39141f13322b653402c8a79 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 10 Jun 2013 19:42:11 +0000 Subject: Skype: - fixed chat role updating - fixed chat commands git-svn-id: http://svn.miranda-ng.org/main/trunk@4911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (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 07dccd1d3f..38f68e9557 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -270,8 +270,9 @@ protected: HANDLE GetChatRoomByCid(const wchar_t *cid); HANDLE AddChatRoom(CConversation::Ref conversation); - wchar_t *CSkypeProto::GetChatUsers(const wchar_t *cid); - void CSkypeProto::UpdateChatUserStatus(CContact::Ref contact); + wchar_t *GetChatUsers(const wchar_t *cid); + void UpdateChatUserStatus(CContact::Ref contact); + void UpdateChatUserNick(CContact::Ref contact); void ChatValidateContact(HANDLE hItem, HWND hwndList, const StringList &contacts); void ChatPrepare(HANDLE hItem, HWND hwndList, const StringList &contacts); @@ -477,4 +478,6 @@ protected: int __cdecl OnMessagePreCreate(WPARAM, LPARAM); int __cdecl OnTabSRMMButtonPressed(WPARAM, LPARAM); + + void OnConversationChanged(const ConversationRef &conversation, int prop); }; -- cgit v1.2.3