summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-08 04:58:04 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-08 04:58:04 +0000
commitb2943645fed61d0c0cfee1225654e5ff44fd96f8 (patch)
treef734aaa012aa9a883748ed9868bbd7949f9a0f17 /protocols/Skype/src/skype_proto.h
parent2439856505a634e770112b73dfce0b8733558e9c (diff)
- added password request dialog on skype login
git-svn-id: http://svn.miranda-ng.org/main/trunk@1808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 74bc4703c6..ea8d7129e0 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -110,9 +110,12 @@ protected:
TCHAR* login;
TCHAR* password;
+ bool rememberPassword;
+ void RequestPassword();
HANDLE signin_lock;
- void __cdecl SignIn(void*);
+ void SignIn();
+ void __cdecl SignInThread(void*);
bool IsOnline();
@@ -229,4 +232,5 @@ protected:
// dialog procs
static INT_PTR CALLBACK SkypeAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
static INT_PTR CALLBACK SkypeOptionsProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
+ static INT_PTR CALLBACK SkypePasswordProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
}; \ No newline at end of file