diff options
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.h')
-rw-r--r-- | protocols/Skype/src/skype_subclassing.h | 6 |
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:
|