From c0f674098878b171ace1b0cf884507a611b21de2 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 14 Apr 2009 22:33:12 +0200 Subject: Put the remaining unnamespaced handlers in a namespace Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const. --- src/net/ea/buysellhandler.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/ea/buysellhandler.cpp') 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 -- cgit v1.2.3-70-g09d2