diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 15:46:09 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 15:46:09 +0000 |
commit | 63055c7d28e3f878ae9ab6b1edbdb1025083fa77 (patch) | |
tree | a5d31ce353551f499059a423609651dee4e6b66c /protocols/SkypeWeb/src/skype_proto.h | |
parent | aff7ba10e6572a394b47f160674bcdee7d32e13b (diff) |
SkypeWeb: TRouter support part 1.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index f64e8579e7..14ee01efc8 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -84,7 +84,7 @@ private: RequestQueue *requestQueue;
bool isTerminated;
std::map<std::string, std::string> cookies;
- HANDLE m_pollingConnection, m_hPollingThread, m_hTrouterThread;
+ HANDLE m_pollingConnection, m_hPollingThread, m_hTrouterThread, m_TrouterConnection;
static std::map<std::tstring, std::tstring> languages;
static INT_PTR CALLBACK PasswordEditorProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
@@ -149,7 +149,7 @@ private: void OnCreateTrouter(const NETLIBHTTPREQUEST *response);
void OnTrouterPoliciesCreated(const NETLIBHTTPREQUEST *response);
void OnGetTrouter(const NETLIBHTTPREQUEST *response);
- void CSkypeProto::TRouterThread(void*);
+ void __cdecl CSkypeProto::TRouterThread(void*);
// profile
void UpdateProfileFirstName (JSONNODE *root, MCONTACT hContact = NULL);
|