From 5f4936e70b92a625f54d791debadf65d8fa3a02c Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Mon, 2 Aug 2010 22:59:34 +0200 Subject: Changed the stat file name to attributes.xml. I also made it required to start properly since it's now the case. Reviewed-by: Jaxad0127. --- src/account-server/accounthandler.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/account-server/accounthandler.hpp') diff --git a/src/account-server/accounthandler.hpp b/src/account-server/accounthandler.hpp index 5fa2a06f..f1ffcfe2 100644 --- a/src/account-server/accounthandler.hpp +++ b/src/account-server/accounthandler.hpp @@ -28,7 +28,8 @@ namespace AccountClientHandler /** * Creates a connection handler and starts listening on given port. */ - bool initialize(int port, const std::string &host); + bool initialize(const std::string &configFile, int port, + const std::string &host); /** * Stops listening to messages and destroys the connection handler. -- cgit v1.2.3-60-g2f50