summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include/policy/policy_manager_impl.h
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2017-08-20 17:07:41 +0300
committerAndrey Oleynik <aoleynik@luxoft.com>2017-08-21 16:02:16 +0300
commitb0b3b2fc4fb65d65ba7aa87a28bb0aa107a06498 (patch)
treeddd666fc04259d66141d8ed4e5e45c23b2b20f0e /src/components/policy/policy_external/include/policy/policy_manager_impl.h
parent23ba6379252184a134830ea7afbd3fe552de6d7f (diff)
downloadsdl_core-b0b3b2fc4fb65d65ba7aa87a28bb0aa107a06498.tar.gz
Removes primary device handling logic
Diffstat (limited to 'src/components/policy/policy_external/include/policy/policy_manager_impl.h')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_manager_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/policy/policy_external/include/policy/policy_manager_impl.h b/src/components/policy/policy_external/include/policy/policy_manager_impl.h
index 95d654bc18..653dbf5281 100644
--- a/src/components/policy/policy_external/include/policy/policy_manager_impl.h
+++ b/src/components/policy/policy_external/include/policy/policy_manager_impl.h
@@ -394,13 +394,8 @@ class PolicyManagerImpl : public PolicyManager {
bool allowed);
virtual void ResetAccess(const PTString& dev_id, const PTString& app_id);
virtual void ResetAccess(const PTString& module);
- virtual void SetPrimaryDevice(const PTString& dev_id);
- virtual void ResetPrimaryDevice();
- virtual PTString PrimaryDevice() const;
virtual void SetRemoteControl(bool enabled);
virtual bool GetRemoteControl() const;
- virtual void OnChangedPrimaryDevice(const std::string& device_id,
- const std::string& application_id);
virtual void SendAppPermissionsChanged(const std::string& device_id,
const std::string& application_id);
virtual bool GetModuleTypes(const std::string& policy_app_id,