summaryrefslogtreecommitdiff
path: root/src/components/include/application_manager
diff options
context:
space:
mode:
authorAlexander Kutsan (GitHub) <akutsan@luxoft.com>2017-08-28 22:43:25 +0300
committerGitHub <noreply@github.com>2017-08-28 22:43:25 +0300
commite687eb013984db1393a4d5b14a7d1bc307e49464 (patch)
tree0fe2c7acbc5e0a13addc99df19856862a0380d27 /src/components/include/application_manager
parenta50bc4e35da4f223a0e7432061f19328195cbfb5 (diff)
parentce5ca1b1f208a36716f0ce9df55d13009f0be2ff (diff)
downloadsdl_core-e687eb013984db1393a4d5b14a7d1bc307e49464.tar.gz
Merge pull request #240 from LuxoftAKutsan/fix/removed_not_used_code
Fix/removed not used code
Diffstat (limited to 'src/components/include/application_manager')
-rw-r--r--src/components/include/application_manager/application_manager.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/include/application_manager/application_manager.h b/src/components/include/application_manager/application_manager.h
index 6659022ee5..d9e0b346d4 100644
--- a/src/components/include/application_manager/application_manager.h
+++ b/src/components/include/application_manager/application_manager.h
@@ -164,18 +164,6 @@ class ApplicationManager {
virtual ApplicationSharedPtr application(
const std::string& device_id, const std::string& policy_app_id) const = 0;
- virtual uint32_t GetDeviceHandle(uint32_t connection_key) = 0;
-
- /**
- * @brief Checks HMI level and returns true if audio streaming is allowed
- */
- virtual bool IsAudioStreamingAllowed(uint32_t connection_key) const = 0;
-
- /**
- * @brief Checks HMI level and returns true if video streaming is allowed
- */
- virtual bool IsVideoStreamingAllowed(uint32_t connection_key) const = 0;
-
virtual void ChangeAppsHMILevel(uint32_t app_id,
mobile_apis::HMILevel::eType level) = 0;