summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-01 18:03:03 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-01 18:03:03 +0300
commit582ca3b9024277fa845aa7d5fd180b9c304b3513 (patch)
tree52356cd3d703c648e4876f800f66aae8b18999eb /src/net/ea/buysellhandler.h
parentc735249c6bc90c0e723c42e7c5b1276579609ec9 (diff)
downloadplus-582ca3b9024277fa845aa7d5fd180b9c304b3513.tar.gz
plus-582ca3b9024277fa845aa7d5fd180b9c304b3513.tar.bz2
plus-582ca3b9024277fa845aa7d5fd180b9c304b3513.tar.xz
plus-582ca3b9024277fa845aa7d5fd180b9c304b3513.zip
Move requestBuyList from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/buysellhandler.h')
-rw-r--r--src/net/ea/buysellhandler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h
index 946064277..d3a510ec2 100644
--- a/src/net/ea/buysellhandler.h
+++ b/src/net/ea/buysellhandler.h
@@ -37,9 +37,6 @@ class BuySellHandler notfinal : public Net::BuySellHandler
A_DELETE_COPY(BuySellHandler)
- virtual void requestBuyList(const std::string &nick)
- const override final;
-
virtual void sendBuyRequest(const std::string &nick,
const ShopItem *const item,
const int amount) const override final;
@@ -48,13 +45,13 @@ class BuySellHandler notfinal : public Net::BuySellHandler
const ShopItem *const item,
const int amount) const override final;
+ protected:
static void processNpcBuySellChoice(Net::MessageIn &msg);
static void processNpcSell(Net::MessageIn &msg);
static void processNpcBuyResponse(Net::MessageIn &msg);
- protected:
static int mNpcId;
static BuyDialog *mBuyDialog;
};