diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-23 17:26:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-23 17:26:35 +0300 |
commit | 6690099a0156a2c842e77bf8bd7a306ee917a74a (patch) | |
tree | 38c106c77098dfdf6f833b423b60bf6a7f3c0e78 /src/net/eathena/auctionhandler.h | |
parent | 93d55e71b137a43149775ac1283f20acea9a9947 (diff) | |
download | plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.gz plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.bz2 plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.xz plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.zip |
Move receive code from auctionhandler into separate file.
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index db20ee341..df0f57e61 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -62,17 +62,6 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler void buy() const override final; void sell() const override final; - - protected: - static void processOpenWindow(Net::MessageIn &msg); - - static void processAuctionResults(Net::MessageIn &msg); - - static void processAuctionSetItem(Net::MessageIn &msg); - - static void processAuctionMessage(Net::MessageIn &msg); - - static void processAuctionClose(Net::MessageIn &msg); }; } // namespace EAthena |