summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrytsevich Anton <ahrytsevich@luxoft.com>2016-10-06 14:10:34 +0300
committerHrytsevich Anton <ahrytsevich@luxoft.com>2016-10-06 14:10:34 +0300
commit9b0a4c69d965fc644761a9f3a894c49d51b9f3c2 (patch)
treed4c9e71ffcabf1f5a960ef2d9beabdce0b6e7d5a
parent9412e70e428e8e93c1926acf974abba3b2b0fc67 (diff)
downloadsdl_core-9b0a4c69d965fc644761a9f3a894c49d51b9f3c2.tar.gz
Remove useless doxygen comment
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h b/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h
index 7990038014..5ba85b0cb7 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h
@@ -101,8 +101,6 @@ class PerformInteractionRequest : public CommandRequestImpl {
/**
* @brief Sends PerformInteraction response to mobile side
* @param message which should send to mobile side
- * @return true if send response to mobile application otherwise
- * return false.
*/
void ProcessUIResponse(const smart_objects::SmartObject& message,
smart_objects::SmartObject& msg_params);