summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-30 19:28:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-30 19:28:14 +0300
commitf8b20db91cf8fcaed0c3b8107644bdb101add6b8 (patch)
tree38c73998f8f9b74417c275b6810e7b1d71945478 /src/net/eathena/vendinghandler.h
parent11f548068b7ac05220437f595403ac41cc222a1e (diff)
downloadplus-f8b20db91cf8fcaed0c3b8107644bdb101add6b8.tar.gz
plus-f8b20db91cf8fcaed0c3b8107644bdb101add6b8.tar.bz2
plus-f8b20db91cf8fcaed0c3b8107644bdb101add6b8.tar.xz
plus-f8b20db91cf8fcaed0c3b8107644bdb101add6b8.zip
Move receive code from vendinghandler into separate file.
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r--src/net/eathena/vendinghandler.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h
index 5fb9a3ef5..15a794719 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -55,25 +55,6 @@ class VendingHandler final : public MessageHandler,
void createShop(const std::string &name,
const bool flag,
std::vector<ShopItem*> &items) const override final;
-
- protected:
- static void processOpenReq(Net::MessageIn &msg);
-
- static void processShowBoard(Net::MessageIn &msg);
-
- static void processHideBoard(Net::MessageIn &msg);
-
- static void processItemsList(Net::MessageIn &msg);
-
- static void processBuyAck(Net::MessageIn &msg);
-
- static void processOpen(Net::MessageIn &msg);
-
- static void processReport(Net::MessageIn &msg);
-
- static void processOpenStatus(Net::MessageIn &msg);
-
- static BuyDialog *mBuyDialog;
};
} // namespace EAthena