diff options
Diffstat (limited to 'protocols/Skype/src/skypekit/account.h')
-rw-r--r-- | protocols/Skype/src/skypekit/account.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/protocols/Skype/src/skypekit/account.h b/protocols/Skype/src/skypekit/account.h deleted file mode 100644 index a7128598ee..0000000000 --- a/protocols/Skype/src/skypekit/account.h +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once
-
-#include "common.h"
-
-class CAccount : public Account
-{
-public:
- typedef DRef<CAccount, Account> Ref;
- typedef DRefs<CAccount, Account> Refs;
-
- CAccount(unsigned int oid, CSkypeProto*);
-
- bool IsOnline();
- bool SetAvatar(SEBinary avatar, Skype::VALIDATERESULT &result);
-
-private:
- CSkypeProto* ppro;
-
- void OnChange(int prop);
-};
\ No newline at end of file |