summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-09-30 15:10:33 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-09-30 15:10:33 +0000
commit75fe175886ceca31d4cade1c067de7b0e1e30d87 (patch)
treea12a99e1fe56fe7ee321af925bc102b92382ba1d /protocols/Skype/src/skype_subclassing.h
parent5af310dabaed35bdb1d58a6f2eb393d1cece51ef (diff)
- conatcts funcs moved into skype_contacts.cpp
- added settings functions Set* - first approach to load contact list - start skype runtime on startup git-svn-id: http://svn.miranda-ng.org/main/trunk@1731 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, 3 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_subclassing.h b/protocols/Skype/src/skype_subclassing.h
index 5cd42cf5c3..003ce742ea 100644
--- a/protocols/Skype/src/skype_subclassing.h
+++ b/protocols/Skype/src/skype_subclassing.h
@@ -47,5 +47,7 @@ protected:
class CSkype : public Skype
{
public:
- CAccount* newAccount(int oid);
+ CAccount* newAccount(int oid);
+ CContactGroup* newContactGroup(int oid);
+ CContact* newContact(int oid);
}; \ No newline at end of file