summaryrefslogtreecommitdiff
path: root/src/net/vendinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/vendinghandler.h')
-rw-r--r--src/net/vendinghandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/vendinghandler.h b/src/net/vendinghandler.h
index e07e2c246..fb3ef4b4a 100644
--- a/src/net/vendinghandler.h
+++ b/src/net/vendinghandler.h
@@ -25,6 +25,8 @@
#include "localconsts.h"
+class Being;
+
namespace Net
{
@@ -35,6 +37,8 @@ class VendingHandler notfinal
{ }
virtual void close() const = 0;
+
+ virtual void open(const Being *const being) const = 0;
};
} // namespace Net