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 b8b51b7f1..b803f6bf6 100644
--- a/src/net/auctionhandler.h
+++ b/src/net/auctionhandler.h
@@ -46,6 +46,8 @@ class AuctionHandler notfinal
const int hours) const = 0;
virtual void cancel(const int auctionId) const = 0;
+
+ virtual void close(const int auctionId) const = 0;
};
} // namespace Net