summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-04-20 15:27:52 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-04-20 15:27:52 +0000
commit66e9197603643cc587909fb1bce7402383dbad69 (patch)
tree43ac141616878a37e9a8fbfe842cb5a51909ffe7 /protocols/Skype/src/skype_subclassing.h
parenta346491026d5df1ffe0d41e4881613a47ca6ca47 (diff)
- temporary commit. may contain non-working code
git-svn-id: http://svn.miranda-ng.org/main/trunk@4483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.h')
-rw-r--r--protocols/Skype/src/skype_subclassing.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_subclassing.h b/protocols/Skype/src/skype_subclassing.h
index c6c65f3c74..95f8cac9a7 100644
--- a/protocols/Skype/src/skype_subclassing.h
+++ b/protocols/Skype/src/skype_subclassing.h
@@ -58,7 +58,7 @@ public:
CConversation(unsigned int oid, SERootObject* root);
- static CConversation::Ref FindBySid(CSkype *skype, SEString sid);
+ static CConversation::Ref FindBySid(CSkype *skype, const wchar_t *sid);
void SetOnMessageReceivedCallback(OnMessageReceived callback, CSkypeProto* proto);
@@ -82,6 +82,10 @@ public:
/*bool SentAuthRequest(SEString message);*/
+ SEString GetSid();
+ SEString GetNick();
+ bool GetFullname(SEString &firstName, SEString &lastName);
+
void SetOnContactChangedCallback(OnContactChanged callback, CSkypeProto* proto);
private: