From f795b3b823f76d9c61fccfad53c2f2cfbe5b3115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 19 Dec 2015 22:32:35 +0000 Subject: Steam: Use server timestamp for sent messages git-svn-id: http://svn.miranda-ng.org/main/trunk@15905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Steam/src/steam_proto.h') diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 89805d86af..f30c4aa90c 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -81,6 +81,7 @@ protected: mir_cs contact_search_lock; mir_cs requests_queue_lock; mir_cs set_status_lock; + std::map m_mpOutMessages; // instances static LIST InstanceList; @@ -158,6 +159,7 @@ protected: // messages int OnSendMessage(MCONTACT hContact, const char* message); void OnMessageSent(const HttpResponse *response, void *arg); + int __cdecl OnPreCreateMessage(WPARAM, LPARAM lParam); // menus static int hChooserMenu; -- cgit v1.2.3