summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-24 17:16:48 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-24 17:16:48 +0300
commit699835e4664fd4e22d7178b40897e0fd4b366a93 (patch)
tree30ae84a635517b5eae5da6baa5ce03602d690664 /src/net/eathena/buyingstorehandler.h
parentaf0c242bf6a09b0e45ddfd04214bcc76925debbb (diff)
downloadManaVerse-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.gz
ManaVerse-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.bz2
ManaVerse-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.xz
ManaVerse-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.h21
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