From cf4dec2379e4c1558c5b6346810dc07d9670b557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 5 May 2015 15:03:08 +0000 Subject: Steam: Handle expired token (this solves silent login error) git-svn-id: http://svn.miranda-ng.org/main/trunk@13442 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 6487a4ed9f..1a2e7f38f2 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -190,6 +190,8 @@ protected: void OnLoggedOn(const NETLIBHTTPREQUEST *response, void *arg); + void HandleTokenExpired(); + // contacts void SetContactStatus(MCONTACT hContact, WORD status); void SetAllContactsStatus(WORD status); -- cgit v1.2.3