summaryrefslogtreecommitdiffstats
path: root/src/Core/ConnectionManager.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-07-06 20:23:32 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-07-06 20:23:32 +0200
commite8ce659d0b0c9f399b55d2abb258b2f52af31cb6 (patch)
tree8bc71e127ade0cb4082ea960eb283581beaf1d93 /src/Core/ConnectionManager.h
parent77990eb4c0be93f510e8d5095c9133485999fef6 (diff)
downloadmad-e8ce659d0b0c9f399b55d2abb258b2f52af31cb6.tar
mad-e8ce659d0b0c9f399b55d2abb258b2f52af31cb6.zip
ConfigurationManager hinzugef?gt; Listener-Adressen aus Konfiguration lesen
Diffstat (limited to 'src/Core/ConnectionManager.h')
-rw-r--r--src/Core/ConnectionManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/ConnectionManager.h b/src/Core/ConnectionManager.h
index c7fe669..54d5d5e 100644
--- a/src/Core/ConnectionManager.h
+++ b/src/Core/ConnectionManager.h
@@ -56,7 +56,7 @@ class ConnectionManager {
void refreshPollfds();
public:
- ConnectionManager();
+ ConnectionManager(const std::vector<Net::IPAddress> &listenerAddresses);
virtual ~ConnectionManager();
bool wait(int timeout) {