summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_manager_impl.h
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2017-08-18 23:00:29 +0300
committerAndrey Oleynik <aoleynik@luxoft.com>2017-08-21 15:59:12 +0300
commitf836fc40f0a1174dc83eee756ca3c2e51d760879 (patch)
tree2a2463a703b7ec9137d2bd33d18484f28f5e23a9 /src/components/policy/policy_regular/include/policy/policy_manager_impl.h
parentf27c9ad0c5226152e580219dde0b0f17042c83ca (diff)
downloadsdl_core-f836fc40f0a1174dc83eee756ca3c2e51d760879.tar.gz
Removes unused functionality from CheckAccess() interface
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_manager_impl.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_manager_impl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_manager_impl.h b/src/components/policy/policy_regular/include/policy/policy_manager_impl.h
index 868328bcb4..f43f4a4809 100644
--- a/src/components/policy/policy_regular/include/policy/policy_manager_impl.h
+++ b/src/components/policy/policy_regular/include/policy/policy_manager_impl.h
@@ -362,9 +362,7 @@ class PolicyManagerImpl : public PolicyManager {
Permissions* data);
virtual TypeAccess CheckAccess(const PTString& device_id,
const PTString& app_id,
- const PTString& module,
- const PTString& rpc,
- const RemoteControlParams& params);
+ const PTString& module);
virtual bool CheckModule(const PTString& app_id, const PTString& module);
virtual void SetAccess(const PTString& dev_id,
const PTString& app_id,