summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.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_proto.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_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 37d869d581..3338a5e1ec 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -104,7 +104,9 @@ public:
protected:
CAccount::Ref account;
- CContactGroup::Ref contactList;
+ CContact::Refs contactList;
+ CContactGroup::Ref commonList;
+ CContactGroup::Ref authWaitList;
TCHAR* login;
TCHAR* password;