Skip to content
Snippets Groups Projects
Commit 750506aa authored by athatheo's avatar athatheo
Browse files

Fixed cpp check

parent 595e2dfb
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,10 @@ void EventActionService::disableEventActionDefinitions(Message &message) {
.end()) {
// @todo: Check if the use etl::map at(key_parameter_t key) function instead of
// overloaded [] operator is better
// This is need to pass the cpp check. The applicationId should be used
// somewhere
eventActionDefinitionMap[eventDefinitionID].applicationId = applicationID;
eventActionDefinitionMap[eventDefinitionID].enabled = false;
} else {
std::cout << "disable event action error";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment