From f2b7e7d868befc34325998e851eda7bea3467234 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 11 Apr 2014 07:41:32 +0000 Subject: Steam: - added logging - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@8951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 a4c459bdb9..bc7336dc87 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -100,7 +100,7 @@ protected: static int CompareProtos(const CSteamProto *p1, const CSteamProto *p2); // pooling thread - void PollStatus(const char *sessionId, const char *steamId, UINT32 messageId, SteamWebApi::PollApi::PollResult *pollResult); + void PollServer(const char *sessionId, const char *steamId, UINT32 messageId, SteamWebApi::PollApi::PollResult *pollResult); void __cdecl PollingThread(void*); // account @@ -122,7 +122,7 @@ protected: MCONTACT FindContact(const char *steamId); MCONTACT AddContact(const SteamWebApi::FriendApi::Summary *contact); - void LoadContactList(); + void __cdecl LoadContactListThread(void*); void __cdecl SearchByIdThread(void*); void __cdecl SearchByNameThread(void*); -- cgit v1.2.3