summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_chat.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-06-19 20:13:00 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-06-19 20:13:00 +0000
commit119f9233647a964c46be1c0bc0cf2829361a688e (patch)
tree4e08e9f569c54284acef57755daaebb5d5de2565 /protocols/Skype/src/skype_chat.h
parentbdfdc655113dba220c066ac1de5998697006cb44 (diff)
Skype:
- added bookmarks for chat rooms (contact menu, srmm button bar, bookmark list window) - added "ignore command" for contact - added "block command" for contact (contact removed from clist and ignored) - changed icons git-svn-id: http://svn.miranda-ng.org/main/trunk@5047 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_chat.h')
-rw-r--r--protocols/Skype/src/skype_chat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_chat.h b/protocols/Skype/src/skype_chat.h
index 32687e4053..b40d4c7f52 100644
--- a/protocols/Skype/src/skype_chat.h
+++ b/protocols/Skype/src/skype_chat.h
@@ -155,7 +155,9 @@ public:
static wchar_t *Roles[];
ChatRoom(const wchar_t *cid, const wchar_t *name, CSkypeProto *ppro);
- ~ChatRoom();
+ ~ChatRoom();
+
+ HANDLE GetContactHandle() const;
static void Create(const StringList &invitedMembers, CSkypeProto *ppro, ChatRoomParam *param);
@@ -183,6 +185,7 @@ public:
void RemoveMember(const wchar_t *sid, DWORD timestamp = time(NULL));
void OnEvent(const ConversationRef &conversation, const MessageRef &message);
+ void OnChange(const ConversationRef &conversation, int prop);
void OnParticipantChanged(const ParticipantRef &participant, int prop);