diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-05-18 16:07:00 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-05-18 16:07:00 +0500 |
commit | 184a5605996658f20c65d3b89f9c155b12e62585 (patch) | |
tree | 4dee1a6cb3d17efe721c87a99ef7c24c069e8010 /protocols/VKontakte/src/vk_proto.h | |
parent | de4f7d73f68c0ae87180afa6e83649b2d1a41b17 (diff) |
VKontakte:
fix random server delivery processing
show error popups for sending messages errors
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.h')
-rw-r--r-- | protocols/VKontakte/src/vk_proto.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index 2a2ca47667..e4ae71d9d8 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -120,7 +120,7 @@ struct CVkProto : public PROTO<CVkProto> void ClearAccessToken();
wchar_t* GetUserStoredPassword(void);
void ShowCaptchaInBrowser(HBITMAP hBitmap);
-
+
static mir_cs m_csTimer;
static UINT_PTR m_timer;
CVKOptions m_vkOptions;
@@ -168,21 +168,20 @@ private: PMI_COUNT
};
-//====================================================================================
+//====================================================================================
- bool
+ bool
m_prevError,
m_bOnline,
m_bNeedSendOnline,
m_bSetBroadcast,
m_bNotifyForEndLoadingHistory,
- m_bNotifyForEndLoadingHistoryAllContact,
- m_bTerminated,
- m_bServerDelivery;
+ m_bNotifyForEndLoadingHistoryAllContact,
+ m_bTerminated;
LONG m_myUserId;
-
- ptrA
+
+ ptrA
m_pollingServer,
m_pollingKey,
m_pollingTs,
@@ -201,7 +200,7 @@ private: ULONG m_msgId;
- mir_cs
+ mir_cs
m_csChatTyping,
m_csLoadHistoryTask,
m_csRequestsQueue,
@@ -209,7 +208,7 @@ private: int m_iLoadHistoryTask;
- LIST<void>
+ LIST<void>
m_sendIds,
m_incIds;
@@ -220,7 +219,7 @@ private: CMStringA m_prevUrl;
- HGENMENU
+ HGENMENU
m_hContactMenuItems[CMI_COUNT],
m_hContactHistoryMenuItems[CHMI_COUNT],
m_hProtoMenuItems[PMI_COUNT];
|