summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-24 22:18:54 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-24 22:18:54 +0300
commit7ac081450de48581d6141c90f504130c42cb5341 (patch)
treef9d3f13e38621553ac72566405801db1744cd3bc /src/net/ea/buysellhandler.h
parent699835e4664fd4e22d7178b40897e0fd4b366a93 (diff)
downloadplus-7ac081450de48581d6141c90f504130c42cb5341.tar.gz
plus-7ac081450de48581d6141c90f504130c42cb5341.tar.bz2
plus-7ac081450de48581d6141c90f504130c42cb5341.tar.xz
plus-7ac081450de48581d6141c90f504130c42cb5341.zip
Move receive code from buysellhandler into separate file.
Diffstat (limited to 'src/net/ea/buysellhandler.h')
-rw-r--r--src/net/ea/buysellhandler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h
index c308bebf3..2afc82ee0 100644
--- a/src/net/ea/buysellhandler.h
+++ b/src/net/ea/buysellhandler.h
@@ -36,16 +36,6 @@ class BuySellHandler notfinal : public Net::BuySellHandler
BuySellHandler();
A_DELETE_COPY(BuySellHandler)
-
- protected:
- static void processNpcBuySellChoice(Net::MessageIn &msg);
-
- static void processNpcSell(Net::MessageIn &msg);
-
- static void processNpcBuyResponse(Net::MessageIn &msg);
-
- static BeingId mNpcId;
- static BuyDialog *mBuyDialog;
};
} // namespace Ea