diff --git a/action/ActionHelper.cpp b/action/ActionHelper.cpp index 7c1c0d04..fdbd2e3b 100644 --- a/action/ActionHelper.cpp +++ b/action/ActionHelper.cpp @@ -101,8 +101,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); }