summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index ea8d7129e0..f9f1a24a1a 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -108,13 +108,13 @@ protected:
CContactGroup::Ref commonList;
CContactGroup::Ref authWaitList;
- TCHAR* login;
- TCHAR* password;
+ wchar_t *login;
+ wchar_t *password;
bool rememberPassword;
void RequestPassword();
HANDLE signin_lock;
- void SignIn();
+ bool SignIn(bool isReadPassword = true);
void __cdecl SignInThread(void*);
bool IsOnline();
@@ -159,6 +159,8 @@ protected:
wchar_t* GetAvatarFilePath(wchar_t* skypeName);
+ int SkypeToMirandaLoginError(CAccount::LOGOUTREASON logoutReason);
+
// instances
static LIST<CSkypeProto> instanceList;
static int CompareProtos(const CSkypeProto *p1, const CSkypeProto *p2);