summaryrefslogtreecommitdiffstats
path: root/source/cAuthenticator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cAuthenticator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/cAuthenticator.h b/source/cAuthenticator.h
index 4f33ac036..ba75e8eb3 100644
--- a/source/cAuthenticator.h
+++ b/source/cAuthenticator.h
@@ -59,13 +59,13 @@ private:
typedef std::deque<cUser> cUserList;
- cCriticalSection mCS;
- cUserList mQueue;
- cEvent mQueueNonempty;
+ cCriticalSection m_CS;
+ cUserList m_Queue;
+ cEvent m_QueueNonempty;
- AString mServer;
- AString mAddress;
- bool mShouldAuthenticate;
+ AString m_Server;
+ AString m_Address;
+ bool m_ShouldAuthenticate;
// cIsThread override:
virtual void Execute(void) override;