summaryrefslogtreecommitdiff
path: root/src/net/auctionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r--src/net/auctionhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h
index a53815462..b8b51b7f1 100644
--- a/src/net/auctionhandler.h
+++ b/src/net/auctionhandler.h
@@ -44,6 +44,8 @@ class AuctionHandler notfinal
virtual void reg(const int currentPrice,
const int maxPrice,
const int hours) const = 0;
+
+ virtual void cancel(const int auctionId) const = 0;
};
} // namespace Net