summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2017-08-21 11:31:50 +0300
committerAndrey Oleynik <aoleynik@luxoft.com>2017-08-21 16:02:16 +0300
commitb09c800caaf92bbecd66b40b2fc2d2fa15cb413d (patch)
tree927f77801b1ead9174f3ccdf3a3c73ffbed94594 /src/components/policy/policy_external/include
parent6fa778daef5b67589c84d3ca6b9b83db35243595 (diff)
downloadsdl_core-b09c800caaf92bbecd66b40b2fc2d2fa15cb413d.tar.gz
Removes unused intefaces from Service class
Diffstat (limited to 'src/components/policy/policy_external/include')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_manager_impl.h2
1 files changed, 0 insertions, 2 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 3e6d08c2c4..4257ef4372 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
@@ -392,8 +392,6 @@ class PolicyManagerImpl : public PolicyManager {
const PTString& app_id,
const PTString& module,
bool allowed);
- virtual void ResetAccess(const PTString& dev_id, const PTString& app_id);
- virtual void ResetAccess(const PTString& module);
virtual void SendAppPermissionsChanged(const std::string& device_id,
const std::string& application_id);
virtual bool GetModuleTypes(const std::string& policy_app_id,