summaryrefslogtreecommitdiffstats
path: root/src/Server/ConnectionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/ConnectionManager.h')
-rw-r--r--src/Server/ConnectionManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/ConnectionManager.h b/src/Server/ConnectionManager.h
index 5f41afa..6fc6013 100644
--- a/src/Server/ConnectionManager.h
+++ b/src/Server/ConnectionManager.h
@@ -109,7 +109,7 @@ class ConnectionManager : public Core::Configurable, private boost::noncopyable
boost::shared_ptr<Common::RequestHandlerGroup> daemonRequestHandlerGroup;
boost::shared_ptr<Common::RequestHandlerGroup> userRequestHandlerGroup;
- static boost::asio::ip::tcp::endpoint parseAddress(const std::string &str);
+ static boost::asio::ip::tcp::endpoint parseAddress(const std::string &str) throw(Core::Exception);
void updateState(Common::HostInfo *hostInfo, Common::HostInfo::State state);