diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-20 10:14:05 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-20 10:14:05 +0000 |
commit | 5560fccb85a89bb668a79eed3d4cd0e668278331 (patch) | |
tree | a8c5949d9cc473c51af2712bb79c306f4a531932 /protocols/Skype/src/skype_subclassing.h | |
parent | 5a5ffa5cc195669c48827e4cf9d948dfb3272e47 (diff) |
- temporary commit. may contain non-working code
git-svn-id: http://svn.miranda-ng.org/main/trunk@4480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.h')
-rw-r--r-- | protocols/Skype/src/skype_subclassing.h | 4 |
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);
|