summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.h
diff options
context:
space:
mode:
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 b16f7d7e66..c6c65f3c74 100644
--- a/protocols/Skype/src/skype_subclassing.h
+++ b/protocols/Skype/src/skype_subclassing.h
@@ -67,6 +67,7 @@ private:
OnMessageReceived messageReceivedCallback;
void OnMessage(const MessageRef & message);
+ void OnChange(int prop);
};
class CContact : public Contact
@@ -146,10 +147,13 @@ public:
typedef DRefs<CAccount, Account> Refs;
CAccount(unsigned int oid, SERootObject* root);
+
+ bool SetAvatar(SEBinary avatar, Skype::VALIDATERESULT &result);
void SetOnAccountChangedCallback(OnAccountChanged callback, CSkypeProto* proto);
private:
+ CSkype *skype;
CSkypeProto* proto;
OnAccountChanged callback;
void OnChange(int prop);