summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-14 22:33:12 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-14 22:33:12 +0200
commitc0f674098878b171ace1b0cf884507a611b21de2 (patch)
tree2a30487f384c3358e5e2f7e623def94b1d031a94 /src/net/ea/buysellhandler.cpp
parentff5dcb946d1efc9248a2f1b88015119d2f267b35 (diff)
downloadmana-client-c0f674098878b171ace1b0cf884507a611b21de2.tar.gz
mana-client-c0f674098878b171ace1b0cf884507a611b21de2.tar.bz2
mana-client-c0f674098878b171ace1b0cf884507a611b21de2.tar.xz
mana-client-c0f674098878b171ace1b0cf884507a611b21de2.zip
Put the remaining unnamespaced handlers in a namespace
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const.
Diffstat (limited to 'src/net/ea/buysellhandler.cpp')
-rw-r--r--src/net/ea/buysellhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp
index 69726384..ca155228 100644
--- a/src/net/ea/buysellhandler.cpp
+++ b/src/net/ea/buysellhandler.cpp
@@ -39,6 +39,8 @@
#include "utils/gettext.h"
+namespace EAthena {
+
BuySellHandler::BuySellHandler()
{
static const Uint16 _messages[] = {
@@ -134,3 +136,5 @@ void BuySellHandler::handleMessage(MessageIn &msg)
break;
}
}
+
+} // namespace EAthena