summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-04-30 14:48:02 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-04-30 14:48:02 -0400
commit92a773c828bdde9aeaede217cc442a37d7f516ac (patch)
tree854b97f8efa225fb5576e9eca53f6393f7e68d24 /src/components/application_manager/rpc_plugins
parent945d9a4e06bf74f257898671c9b63598d8b0a3bf (diff)
parent194ccbc933b1fa9893700b3db97aa184d68636dc (diff)
downloadsdl_core-92a773c828bdde9aeaede217cc442a37d7f516ac.tar.gz
Merge remote-tracking branch 'origin/release/5.1.1' into feature/update_style_scriptfeature/update_style_script
# Conflicts: # src/components/transport_manager/src/transport_manager_impl.cc
Diffstat (limited to 'src/components/application_manager/rpc_plugins')
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc
index a2e6836857..11647e2140 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc
@@ -106,10 +106,13 @@ void OnExitApplicationNotification::Run() {
application_manager_.UnregisterApplication(app_id, Result::SUCCESS);
return;
}
+#if defined(CLOUD_APP_WEBSOCKET_TRANSPORT_SUPPORT)
case Common_ApplicationExitReason::CLOSE_CLOUD_CONNECTION: {
application_manager_.DisconnectCloudApp(app_impl);
break;
}
+#endif // CLOUD_APP_WEBSOCKET_TRANSPORT_SUPPORT
+
default: {
LOG4CXX_WARN(logger_, "Unhandled reason");
return;