summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-11-21 14:58:26 +0200
committerAlexander Kutsan <AKutsan@luxoft.com>2016-12-05 09:33:20 +0200
commit6ed6a08fb76e8f60d2b68534b7df675fe64cbd24 (patch)
tree845ed3c825c9a062d1ab902cc663621a791d1b4a /src/components/application_manager/include/application_manager/commands
parente486cce92575f24546c49a246120455d87746e31 (diff)
downloadsdl_core-6ed6a08fb76e8f60d2b68534b7df675fe64cbd24.tar.gz
fixup! Fix usages of policy in code
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands')
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h b/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h
index 2944d2038e..47f4e687ce 100644
--- a/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h
+++ b/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h
@@ -69,7 +69,7 @@ class RequestFromHMI : public CommandImpl, public event_engine::EventObserver {
* @param function_id the function id for which response will be sent
* @param result_code the result code.
*/
- void SendErrorResponse(uint32_t correlation_id,
+ void SendErrorResponse(const uint32_t correlation_id,
hmi_apis::FunctionID::eType function_id,
hmi_apis::Common_Result::eType result_code);