Skip to content
Snippets Groups Projects
Commit 180ec17d authored by kpetridis's avatar kpetridis
Browse files

Added todo

parent ee7c2505
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ bool RealTimeForwardingControlService::findReportType(uint8_t target, uint8_t ap ...@@ -19,6 +19,7 @@ bool RealTimeForwardingControlService::findReportType(uint8_t target, uint8_t ap
} }
void RealTimeForwardingControlService::deleteApplicationProcess(uint8_t applicationID) { void RealTimeForwardingControlService::deleteApplicationProcess(uint8_t applicationID) {
// todo : maybe we can decrease the number of operations here.
auto& definitions = applicationProcessConfiguration.definitions; auto& definitions = applicationProcessConfiguration.definitions;
auto iter = std::find_if( auto iter = std::find_if(
std::begin(definitions), std::end(definitions), [applicationID](auto& definition) { return applicationID == definition.first.first; }); std::begin(definitions), std::end(definitions), [applicationID](auto& definition) { return applicationID == definition.first.first; });
......
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