From 3f403397d35d601078423e84d61ab0c1cce6203e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 20 Mar 2015 20:17:29 +0000 Subject: SkypeWeb: added auth requests management git-svn-id: http://svn.miranda-ng.org/main/trunk@12456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/SkypeWeb/src/skype_proto.h') diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 8e963de84e..dfe9aa87eb 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -73,6 +73,9 @@ public: static void InitMenus(); static void UninitMenus(); + // languages + static void InitLanguages(); + // events static int OnModulesLoaded(WPARAM, LPARAM); @@ -81,6 +84,8 @@ private: RequestQueue *requestQueue; std::map cookies; + static std::map languages; + static INT_PTR CALLBACK PasswordEditorProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); // accounts @@ -151,6 +156,7 @@ private: MCONTACT GetContactFromAuthEvent(MEVENT hEvent); + void LoadContactsAuth(const NETLIBHTTPREQUEST *response); void LoadContactsInfo(const NETLIBHTTPREQUEST *response); void LoadContactList(const NETLIBHTTPREQUEST *response); -- cgit v1.2.3