summaryrefslogtreecommitdiffstats
path: root/src/Core/ConnectionManager.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-29 22:25:04 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-29 22:25:04 +0200
commit13fd1bb4f19e4791e000cb71cca2065820184bdb (patch)
tree147254923044d6842a803b20b48ed607e76fa28d /src/Core/ConnectionManager.h
parent07768a871691433e2f3c490aa14c45cde40e00b4 (diff)
downloadmad-13fd1bb4f19e4791e000cb71cca2065820184bdb.tar
mad-13fd1bb4f19e4791e000cb71cca2065820184bdb.zip
Daemon-Liste wird jetzt vom Core aktualisiert
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 9b8615c..cd470d9 100644
--- a/src/Core/ConnectionManager.h
+++ b/src/Core/ConnectionManager.h
@@ -66,6 +66,8 @@ class ConnectionManager {
void handleConnections(std::list<Net::ServerConnection*> &connections);
+ void updateState(const std::string &name, Common::HostInfo::State state);
+
public:
static ConnectionManager* getConnectionManager() {
return connectionManager.get();