summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-07 17:10:29 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-07 17:10:29 +0000
commit8d42163a160b263abf709414db8b973f74b4d355 (patch)
treed44fc6a25ced661d493c5fa9f9b138680d47805b /protocols/Skype/src/skype_subclassing.h
parentecb5d187aec965f0fc021002dbf2afab22d300e8 (diff)
- second approach to adding/deleting contacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@1806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.h')
-rw-r--r--protocols/Skype/src/skype_subclassing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_subclassing.h b/protocols/Skype/src/skype_subclassing.h
index bef67606a8..46dad87fb6 100644
--- a/protocols/Skype/src/skype_subclassing.h
+++ b/protocols/Skype/src/skype_subclassing.h
@@ -47,10 +47,10 @@ public:
typedef DRefs<CContactGroup, ContactGroup> Refs;
CContactGroup(unsigned int oid, SERootObject* root);
- CContact::Refs ContactList;
+ //CContact::Refs ContactList;
void SetOnContactListChangedCallback(OnContactListChanged callback, CSkypeProto* proto);
- bool Contains(const ContactRef& contact);
+ //bool Contains(const ContactRef& contact);
private:
CSkypeProto* proto;