summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 21:19:39 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 21:22:32 +0100
commit213af0fbde3f198ad1ab2143d32fc6798b7f8f50 (patch)
tree39e522c002ca59daafad3fc67c4cd2179e3e680c /src/account-server/accounthandler.cpp
parentacdadcf88986fad08406994330fc6e95db76a6e9 (diff)
downloadmanaserv-213af0fbde3f198ad1ab2143d32fc6798b7f8f50.tar.gz
manaserv-213af0fbde3f198ad1ab2143d32fc6798b7f8f50.tar.bz2
manaserv-213af0fbde3f198ad1ab2143d32fc6798b7f8f50.tar.xz
manaserv-213af0fbde3f198ad1ab2143d32fc6798b7f8f50.zip
Renamed DALStorage to Storage
The only reason it was a DALStorage was because it used to implement the Storage interface, but that interface got removed a long time ago.
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r--src/account-server/accounthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index 3793b31f..5f13af20 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.cpp
@@ -25,7 +25,7 @@
#include "account-server/account.hpp"
#include "account-server/accountclient.hpp"
#include "account-server/character.hpp"
-#include "account-server/dalstorage.hpp"
+#include "account-server/storage.hpp"
#include "account-server/serverhandler.hpp"
#include "chat-server/chathandler.hpp"
#include "common/configuration.hpp"