summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-12-17 14:20:44 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-12-17 14:20:44 +0000
commit7d24302b79edea781e0f5bb5f449eb50dc88f275 (patch)
tree8f4cf6faa79907c858781cb151677dfc110f2654 /protocols/Skype/src/skype_subclassing.h
parent2a3ee65d2ca5dbd9adef21a7fc4740f0d60dc8c7 (diff)
- added proxy settings support
git-svn-id: http://svn.miranda-ng.org/main/trunk@2759 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, 4 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_subclassing.h b/protocols/Skype/src/skype_subclassing.h
index 2624ba3f76..f2d571ae98 100644
--- a/protocols/Skype/src/skype_subclassing.h
+++ b/protocols/Skype/src/skype_subclassing.h
@@ -7,6 +7,8 @@
struct CSkypeProto;
+class CSkype;
+
class CMessage : public Message
{
public:
@@ -27,6 +29,8 @@ public:
CConversation(unsigned int oid, SERootObject* root);
+ static CConversation::Ref FindBySid(CSkype *skype, SEString sid);
+
void SetOnMessageReceivedCallback(OnMessageReceived callback, CSkypeProto* proto);
private: