summaryrefslogtreecommitdiffstats
path: root/src/Core/ConnectionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/ConnectionManager.h')
-rw-r--r--src/Core/ConnectionManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Core/ConnectionManager.h b/src/Core/ConnectionManager.h
index 7429a44..6161c3f 100644
--- a/src/Core/ConnectionManager.h
+++ b/src/Core/ConnectionManager.h
@@ -57,6 +57,8 @@ class ConnectionManager {
void refreshPollfds();
+ void handleConnections(std::list<Net::ServerConnection*>& connections);
+
public:
ConnectionManager(const ConfigManager& configManager);
virtual ~ConnectionManager();