diff options
Diffstat (limited to 'src/Server/ConnectionManager.h')
-rw-r--r-- | src/Server/ConnectionManager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Server/ConnectionManager.h b/src/Server/ConnectionManager.h index 710665d..92cce11 100644 --- a/src/Server/ConnectionManager.h +++ b/src/Server/ConnectionManager.h @@ -101,9 +101,6 @@ class ConnectionManager : public Common::Configurable, public Common::Initializa std::map<std::string,Common::HostInfo> daemonInfo; void updateState(Common::HostInfo *hostInfo, Common::HostInfo::State state); - void updateStateFinished(const Common::Request&) { - // TODO Error handling (updateStateFinished) - } ConnectionManager() {} |