diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-12-20 17:25:21 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-12-20 17:25:21 +0000 |
commit | 5e77e8a1665382c76fee1bc3ca12e44aca9af2e7 (patch) | |
tree | 9d2d8d2710a15c6e5e407b8a9ef5aa0cdce7b857 /protocols/Skype/src/skype_subclassing.h | |
parent | 27b52fd25b336a52cfd74d6ef74ed382a110a791 (diff) |
- third approach of group chat support
- added connection options
- fixed connection via proxy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.h')
-rw-r--r-- | protocols/Skype/src/skype_subclassing.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/Skype/src/skype_subclassing.h b/protocols/Skype/src/skype_subclassing.h index b2798316e9..0993cde7d9 100644 --- a/protocols/Skype/src/skype_subclassing.h +++ b/protocols/Skype/src/skype_subclassing.h @@ -44,7 +44,8 @@ public: private:
CSkypeProto* proto;
- OnMessageReceived callback;
+ OnMessageReceived messageReceivedCallback;
+
void OnMessage(const MessageRef & message);
};
@@ -105,11 +106,8 @@ public: typedef DRefs<CContactGroup, ContactGroup> Refs;
CContactGroup(unsigned int oid, SERootObject* root);
- //CContact::Refs ContactList;
void SetOnContactListChangedCallback(OnContactListChanged callback, CSkypeProto* proto);
- //bool Contains(const ContactRef& contact);
-
private:
CSkypeProto* proto;
OnContactListChanged callback;
|