From 52c57ef89cc24bdb8c70908f544ae86fd87db129 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Jan 2015 16:30:05 +0000 Subject: - statusbar icon added to notify user that a message was read; - FMessage own numbering removed as atavism; - WAConnection::msg_id followed FMessage::id on its road to hell - WhatsAppProto::GetSerial() added as the only method that increments message numbers git-svn-id: http://svn.miranda-ng.org/main/trunk@11941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/WhatsApp/src/proto.h') diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 622296cdd9..a55d357e3f 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -129,6 +129,8 @@ public: return getByte(hC, "SimpleChatRoom", 0) > (checkIsAdmin ? 1 : 0); } + LONG GetSerial(); + ////////////////////////////////////////////////////////////////////////////////////// // Registration @@ -139,6 +141,8 @@ private: ////////////////////////////////////////////////////////////////////////////////////// // Helpers + LONG m_iSerial; + std::tstring GetAvatarFolder(); void ToggleStatusMenuItems(BOOL bEnable); -- cgit v1.2.3