Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Online/online_client_connection_manager.h')
-rw-r--r--Source/Online/online_client_connection_manager.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/Online/online_client_connection_manager.h b/Source/Online/online_client_connection_manager.h
index 3b4d8113..aee92f7d 100644
--- a/Source/Online/online_client_connection_manager.h
+++ b/Source/Online/online_client_connection_manager.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: online_client_connection_manager.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -29,18 +29,18 @@
#include <unordered_map>
namespace OnlineMessages {
- class PCSBuildVersionMessage;
- class PCSLoadingCompletedMessage;
- class PCSClientParametersMessage;
-}
+class PCSBuildVersionMessage;
+class PCSLoadingCompletedMessage;
+class PCSClientParametersMessage;
+} // namespace OnlineMessages
class ClientConnectionManager {
-private:
+ private:
std::unordered_map<PeerID, StateMachine<PendingConnection>> connection_states;
bool HasConnection(const PeerID peer_id) const;
-public:
+ public:
bool IsEveryClientLoaded() const;
bool IsClientLoaded(const PeerID peer_id) const;
bool HasClientGottenPersistentQueue(const PeerID peer_id) const;