From 1d782925975a2445d4704ec487e668dd869277a5 Mon Sep 17 00:00:00 2001 From: athatheo <vostidi@hotmail.com> Date: Fri, 8 Mar 2019 17:20:54 +0200 Subject: [PATCH] Made eventActionFunctionStatus private --- inc/Services/EventActionService.hpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/inc/Services/EventActionService.hpp b/inc/Services/EventActionService.hpp index 27934af0..14f5748f 100644 --- a/inc/Services/EventActionService.hpp +++ b/inc/Services/EventActionService.hpp @@ -27,6 +27,12 @@ */ class EventActionService : public Service { private: + + /** + * Event-action function status + */ + bool eventActionFunctionStatus; + /** * Custom function that is called right after an event takes place, to initiate * the execution of the action @@ -54,11 +60,6 @@ public: eventActionFunctionStatus = true; } - /** - * Event-action function status - */ - bool eventActionFunctionStatus; - /** * TC[19,1] add event-action definitions * -- GitLab