From af18f6c94cb3ff60439a7589e55cba477b55018c Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 29 Oct 2020 13:07:08 +0100 Subject: [PATCH] todos removed --- action/ActionHelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action/ActionHelper.cpp b/action/ActionHelper.cpp index 8122885b..7c1c0d04 100644 --- a/action/ActionHelper.cpp +++ b/action/ActionHelper.cpp @@ -140,8 +140,8 @@ ReturnValue_t ActionHelper::reportData(MessageQueueId_t reportTo, // another dedicated message. ActionMessage::setDataReply(&reply, replyId, storeAddress); - // TODO: Service Implementation sucks at the moment - // TODO: why does it suck and why would someone need to hide the sender? + // If the sender needs to be hidden, for example to handle packet + // as unrequested reply, this will be done here. if (hideSender) { result = MessageQueueSenderIF::sendMessage(reportTo, &reply); }