summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r--src/server/events/SetPortValue.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp
index 01bad6a8..4fe42659 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -47,9 +47,9 @@ public:
bool activity,
bool synthetic = false);
- bool pre_process(PreProcessContext& ctx);
- void execute(RunContext& context);
- void post_process();
+ bool pre_process(PreProcessContext& ctx) override;
+ void execute(RunContext& context) override;
+ void post_process() override;
bool synthetic() const { return _synthetic; }