diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-24 17:16:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-24 17:16:48 +0300 |
commit | 699835e4664fd4e22d7178b40897e0fd4b366a93 (patch) | |
tree | 30ae84a635517b5eae5da6baa5ce03602d690664 /src/net/eathena/buyingstorehandler.h | |
parent | af0c242bf6a09b0e45ddfd04214bcc76925debbb (diff) | |
download | plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.gz plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.bz2 plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.xz plus-699835e4664fd4e22d7178b40897e0fd4b366a93.zip |
Move receive code from buyingstorehandler into separate file.
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r-- | src/net/eathena/buyingstorehandler.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index 53cc6fcef..3fc1dd603 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -52,27 +52,6 @@ class BuyingStoreHandler final : public MessageHandler, const int storeId, const Item *const item, const int amount) const override final; - - protected: - static void processBuyingStoreOpen(Net::MessageIn &msg); - - static void processBuyingStoreCreateFailed(Net::MessageIn &msg); - - static void processBuyingStoreOwnItems(Net::MessageIn &msg); - - static void processBuyingStoreShowBoard(Net::MessageIn &msg); - - static void processBuyingStoreHideBoard(Net::MessageIn &msg); - - static void processBuyingStoreItemsList(Net::MessageIn &msg); - - static void processBuyingStoreSellFailed(Net::MessageIn &msg); - - static void processBuyingStoreReport(Net::MessageIn &msg); - - static void processBuyingStoreDeleteItem(Net::MessageIn &msg); - - static void processBuyingStoreSellerSellFailed(Net::MessageIn &msg); }; } // namespace EAthena |