From 0335e7660cd45d85cbd912510b9d2967bdba553d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 13:22:51 +0300 Subject: eathena: add packet support CMSG_AUCTION_CANCEL_REQUEST 0x024b. --- src/net/tmwa/auctionhandler.cpp | 4 ++++ src/net/tmwa/auctionhandler.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/auctionhandler.cpp b/src/net/tmwa/auctionhandler.cpp index f4dc0aebf..e14d0d375 100644 --- a/src/net/tmwa/auctionhandler.cpp +++ b/src/net/tmwa/auctionhandler.cpp @@ -42,4 +42,8 @@ void AuctionHandler::handleMessage(Net::MessageIn &msg A_UNUSED) { } +void AuctionHandler::cancelRequest() const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/auctionhandler.h b/src/net/tmwa/auctionhandler.h index 8b36ae772..c3c624ea4 100644 --- a/src/net/tmwa/auctionhandler.h +++ b/src/net/tmwa/auctionhandler.h @@ -36,6 +36,8 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler A_DELETE_COPY(AuctionHandler) void handleMessage(Net::MessageIn &msg) override final; + + void cancelRequest() const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50