diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-24 22:18:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-24 22:18:54 +0300 |
commit | 7ac081450de48581d6141c90f504130c42cb5341 (patch) | |
tree | f9d3f13e38621553ac72566405801db1744cd3bc /src/net/eathena/buysellhandler.h | |
parent | 699835e4664fd4e22d7178b40897e0fd4b366a93 (diff) | |
download | mv-7ac081450de48581d6141c90f504130c42cb5341.tar.gz mv-7ac081450de48581d6141c90f504130c42cb5341.tar.bz2 mv-7ac081450de48581d6141c90f504130c42cb5341.tar.xz mv-7ac081450de48581d6141c90f504130c42cb5341.zip |
Move receive code from buysellhandler into separate file.
Diffstat (limited to 'src/net/eathena/buysellhandler.h')
-rw-r--r-- | src/net/eathena/buysellhandler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h index 5a967a55f..c2a94d7a5 100644 --- a/src/net/eathena/buysellhandler.h +++ b/src/net/eathena/buysellhandler.h @@ -54,11 +54,6 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler const int amount) const override final; void close() const override final; - - protected: - static void processNpcBuy(Net::MessageIn &msg); - - static void processNpcSellResponse(Net::MessageIn &msg); }; } // namespace EAthena |