summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander <akutsan@luxoft.com>2018-08-09 12:26:19 +0300
committerAlexander Kutsan (GitHub) <akutsan@luxoft.com>2018-08-09 12:42:45 +0300
commit4c9ef42e18249c9a7c5a9fe8891fb4a4fe84a956 (patch)
tree43505a1d50f54ca19e6eec67aa7edc106685f333
parentb9e98decf0e7d3c1cc35468c0dfb82348f272572 (diff)
downloadsdl_core-4c9ef42e18249c9a7c5a9fe8891fb4a4fe84a956.tar.gz
fixup! Refactor register app interface request logic
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
index f3d8ddbdc8..c85e5da740 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
@@ -209,7 +209,7 @@ void RegisterAppInterfaceRequest::WaitForHMIIsReady() {
}
}
-bool RegisterAppInterfaceRequest::IsApplicationForbidden() {
+bool RegisterAppInterfaceRequest::IsApplicationForbidden() const {
const auto& msg_params = (*message_)[strings::msg_params];
const std::string policy_app_id = msg_params[strings::app_id].asString();
return application_manager_.IsApplicationForbidden(connection_key(),