diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-05-05 15:03:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-05-05 15:03:08 +0000 |
commit | cf4dec2379e4c1558c5b6346810dc07d9670b557 (patch) | |
tree | bf759004815dc364ec0a7d918f6330f12aa4c2df /protocols/Steam/src/steam_proto.h | |
parent | 62c035c1dfc9ab599ab5403869022ebbc7910f66 (diff) |
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
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
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);
|