summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/app_service_manager.h
diff options
context:
space:
mode:
authorDmitriy Boltovskiy <dboltovskyi@luxoft.com>2020-12-16 10:48:33 -0500
committerDmitriy Boltovskiy <dboltovskyi@luxoft.com>2020-12-16 10:48:33 -0500
commit2097cabea6062fd2071b7d0ecd6c5779364be806 (patch)
tree39181d259053c941a1a3ca03a01ca2a886133ad8 /src/components/application_manager/include/application_manager/app_service_manager.h
parent6ef9cfb61065b10785ad4fc37f0b0b0463f86fb7 (diff)
parent04ced64614e550490e1eae4b866d5d70092a5450 (diff)
downloadsdl_core-fix/sdl_does_not_unsubscribe_from_subbuttons_after_receiving_response.tar.gz
Merge remote-tracking branch 'smart/develop' into fix/sdl_does_not_unsubscribe_from_subbuttons_after_receiving_responsefix/sdl_does_not_unsubscribe_from_subbuttons_after_receiving_response
Diffstat (limited to 'src/components/application_manager/include/application_manager/app_service_manager.h')
-rw-r--r--src/components/application_manager/include/application_manager/app_service_manager.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/application_manager/include/application_manager/app_service_manager.h b/src/components/application_manager/include/application_manager/app_service_manager.h
index d26598c1e9..94606909c6 100644
--- a/src/components/application_manager/include/application_manager/app_service_manager.h
+++ b/src/components/application_manager/include/application_manager/app_service_manager.h
@@ -215,6 +215,13 @@ class AppServiceManager {
smart_objects::SmartObject& out_params);
/**
+ * @brief Retrieve the active service for handling waypoints if available
+ * @return The active NAVIGATION service if it handles waypoints, nullptr
+ * otherwise
+ */
+ virtual AppService* FindWayPointsHandler();
+
+ /**
* @brief Get the RPCPassingHandler tied to this object
* @return The RPCPassingHandler tied to this object
*/