From ce10864739759813d7376e447fae96abef23598d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Sep 2008 21:39:11 +0200 Subject: Einige Vereinfachungen und Bugfixes --- src/Core/ConnectionManager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Core/ConnectionManager.h') 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& connections); + public: ConnectionManager(const ConfigManager& configManager); virtual ~ConnectionManager(); -- cgit v1.2.3