From 8d42163a160b263abf709414db8b973f74b4d355 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 7 Oct 2012 17:10:29 +0000 Subject: - second approach to adding/deleting contacts git-svn-id: http://svn.miranda-ng.org/main/trunk@1806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 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; -- cgit v1.2.3