diff options
Diffstat (limited to 'protocols/Skype/src/skypekit/account.h')
-rw-r--r-- | protocols/Skype/src/skypekit/account.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/Skype/src/skypekit/account.h b/protocols/Skype/src/skypekit/account.h index ce6151da63..3b2b7063a5 100644 --- a/protocols/Skype/src/skypekit/account.h +++ b/protocols/Skype/src/skypekit/account.h @@ -10,16 +10,13 @@ public: typedef DRef<CAccount, Account> Ref;
typedef DRefs<CAccount, Account> Refs;
- CAccount(unsigned int oid, SERootObject* root);
+ CAccount(CSkypeProto*, unsigned int oid, SERootObject* root);
bool IsOnline();
bool SetAvatar(SEBinary avatar, Skype::VALIDATERESULT &result);
-
- void SetOnAccountChangedCallback(OnAccountChanged callback, CSkypeProto *ppro);
private:
CSkypeProto* ppro;
- OnAccountChanged callback;
void OnChange(int prop);
};
\ No newline at end of file |