diff options
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |