diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-11 07:41:32 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-11 07:41:32 +0000 |
commit | f2b7e7d868befc34325998e851eda7bea3467234 (patch) | |
tree | 0cd9ab3c62e2c6649dd9d72b5cca9f083cbfd3d5 /protocols/Steam/src/steam_proto.h | |
parent | a1c0bd56d1f3fce0078fc2fdbc1f863b4572c01b (diff) |
Steam:
- added logging
- minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@8951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
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*);
|