summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.hpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-26 17:05:18 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-26 17:18:21 +0200
commit43e99491a76bb85faf60c004e84b6c2b14cf41e7 (patch)
tree4aba689b76138118b4da043425fb3e8576db418c /src/account-server/accounthandler.hpp
parente726c34606f85347e70a0deb6b180db03b6d0c25 (diff)
downloadmanaserv-43e99491a76bb85faf60c004e84b6c2b14cf41e7.tar.gz
manaserv-43e99491a76bb85faf60c004e84b6c2b14cf41e7.tar.bz2
manaserv-43e99491a76bb85faf60c004e84b6c2b14cf41e7.tar.xz
manaserv-43e99491a76bb85faf60c004e84b6c2b14cf41e7.zip
Standardize on the position of the const keyword
Same as for the client.
Diffstat (limited to 'src/account-server/accounthandler.hpp')
-rw-r--r--src/account-server/accounthandler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/accounthandler.hpp b/src/account-server/accounthandler.hpp
index cada0bfe..e509cb06 100644
--- a/src/account-server/accounthandler.hpp
+++ b/src/account-server/accounthandler.hpp
@@ -39,7 +39,7 @@ namespace AccountClientHandler
/**
* Prepares a connection for a client coming from a game server.
*/
- void prepareReconnect(std::string const &token, int accountID);
+ void prepareReconnect(const std::string &token, int accountID);
/**
* Processes messages received by the connection handler.