todos removed2
This commit is contained in:
parent
08496c378e
commit
3c1415a4bd
@ -101,8 +101,8 @@ ReturnValue_t ActionHelper::reportData(MessageQueueId_t reportTo,
|
|||||||
// another dedicated message.
|
// another dedicated message.
|
||||||
ActionMessage::setDataReply(&reply, replyId, storeAddress);
|
ActionMessage::setDataReply(&reply, replyId, storeAddress);
|
||||||
|
|
||||||
// TODO: Service Implementation sucks at the moment
|
// If the sender needs to be hidden, for example to handle packet
|
||||||
// TODO: why does it suck and why would someone need to hide the sender?
|
// as unrequested reply, this will be done here.
|
||||||
if (hideSender) {
|
if (hideSender) {
|
||||||
result = MessageQueueSenderIF::sendMessage(reportTo, &reply);
|
result = MessageQueueSenderIF::sendMessage(reportTo, &reply);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user