diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 1b3a9d9d38..5aee7df862 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -95,8 +95,7 @@ private: RequestQueue *requestQueue;
- bool isTerminated,
- HistorySynced;
+ bool HistorySynced;
std::map<HANDLE, time_t> m_mpOutMessages;
@@ -104,10 +103,9 @@ private: static std::map<std::tstring, std::tstring> languages;
HANDLE m_pollingConnection,
- m_hPollingThread,
- m_hTrouterThread,
- m_TrouterConnection,
- m_hTrouterEvent;
+ m_hPollingThread,
+ m_hTrouterThread,
+ m_TrouterConnection;
TRInfo TRouter;
@@ -127,6 +125,13 @@ private: static mir_cs accountsLock;
static mir_cs timerLock;
+ bool m_bThreadsTerminated;
+
+ HANDLE m_hPollingEvent;
+ HANDLE m_hTrouterEvent;
+
+ HANDLE m_hTrouterHealthEvent;
+
static CSkypeProto* GetContactAccount(MCONTACT hContact);
int __cdecl OnAccountLoaded(WPARAM, LPARAM);
|