From 84d2bab38202cd52b5eb0a37c12204ab6f607915 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 2 Sep 2015 20:58:41 +0300 Subject: Remove MessageHandler class --- src/net/eathena/buysellhandler.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/net/eathena/buysellhandler.h') diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h index c2a94d7a5..6327bfbff 100644 --- a/src/net/eathena/buysellhandler.h +++ b/src/net/eathena/buysellhandler.h @@ -25,20 +25,16 @@ #include "net/ea/buysellhandler.h" -#include "net/eathena/messagehandler.h" - namespace EAthena { -class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler +class BuySellHandler final : public Ea::BuySellHandler { public: BuySellHandler(); A_DELETE_COPY(BuySellHandler) - void handleMessage(Net::MessageIn &msg) override final; - void requestSellList(const std::string &nick) const override final; -- cgit v1.2.3-60-g2f50