diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-09 13:19:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-09 13:19:04 +0300 |
commit | 1b410d8cefa448ee1809bab7c52a3d34383e5df7 (patch) | |
tree | dcaf5524946a6417374d498df1631f8f7929efa3 /protocols/Steam/src/steam_proto.h | |
parent | 651a3529398a341739f71ea0c7f3212555c13949 (diff) |
Steam: minor code cleaning
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 3df953c975..76a2d57789 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -55,6 +55,7 @@ class CSteamProto : public PROTO<CSteamProto> friend class CSteamPasswordEditor;
friend class CSteamOptionsMain;
friend class CSteamOptionsBlockList;
+ friend class PollRequest;
ptrW m_password;
ptrW m_defaultGroup;
@@ -69,7 +70,7 @@ class CSteamProto : public PROTO<CSteamProto> HANDLE m_hRequestQueueThread;
LIST<RequestQueueItem> m_requestQueue;
- // pooling
+ // polling
HANDLE m_hPollingThread;
ULONG hAuthProcess;
ULONG hMessageProcess;
|