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/auctionhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/auctionhandler.h') diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index 9208bfd76..75da1ca2e 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -33,6 +33,8 @@ class AuctionHandler notfinal public: virtual ~AuctionHandler() { } + + virtual void cancelRequest() const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2