From be21618806b6c47eb891bc302dd5677e0c6009f4 Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Fri, 11 Jan 2019 01:44:01 +0200 Subject: [PATCH] Change in EventReportService, added a todo --- inc/Services/EventReportService.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/Services/EventReportService.hpp b/inc/Services/EventReportService.hpp index 5d17779b..92c75eb2 100644 --- a/inc/Services/EventReportService.hpp +++ b/inc/Services/EventReportService.hpp @@ -5,10 +5,9 @@ #include <bitset> /** * Implementation of ST[05] event reporting service - * @todo add enum event definition id (and maybe some appending?) - * - * @todo add more enums event IDs * + * @todo: add more enums event IDs + * @todo: Make sure there isn't an event ID == 0, because there's a confliction with another service * Note: enum IDs are these just for test purposes * */ -- GitLab