comment
This commit is contained in:
parent
82eaf4412f
commit
0b39ab383f
@ -223,7 +223,7 @@ void CommandingServiceBase::handleReplyHandlerResult(ReturnValue_t result, Comma
|
|||||||
|
|
||||||
// In case a new command is to be sent immediately, this is performed here.
|
// In case a new command is to be sent immediately, this is performed here.
|
||||||
// If no new command is sent, only analyse reply result by initializing
|
// If no new command is sent, only analyse reply result by initializing
|
||||||
// sendResult as RETURN_OK
|
// sendResult as returnvalue::OK
|
||||||
ReturnValue_t sendResult = returnvalue::OK;
|
ReturnValue_t sendResult = returnvalue::OK;
|
||||||
if (nextCommand->getCommand() != CommandMessage::CMD_NONE) {
|
if (nextCommand->getCommand() != CommandMessage::CMD_NONE) {
|
||||||
sendResult = commandQueue->sendMessage(reply->getSender(), nextCommand);
|
sendResult = commandQueue->sendMessage(reply->getSender(), nextCommand);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user