summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/test/include
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/test/include
parent23ba6379252184a134830ea7afbd3fe552de6d7f (diff)
downloadsdl_core-b0b3b2fc4fb65d65ba7aa87a28bb0aa107a06498.tar.gz
Removes primary device handling logic
Diffstat (limited to 'src/components/policy/policy_external/test/include')
-rw-r--r--src/components/policy/policy_external/test/include/policy/mock_access_remote.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/policy/policy_external/test/include/policy/mock_access_remote.h b/src/components/policy/policy_external/test/include/policy/mock_access_remote.h
index 01e48805b6..a0cb60fa9a 100644
--- a/src/components/policy/policy_external/test/include/policy/mock_access_remote.h
+++ b/src/components/policy/policy_external/test/include/policy/mock_access_remote.h
@@ -53,9 +53,6 @@ class MockAccessRemote : public policy::AccessRemote {
MOCK_METHOD0(Enable, void());
MOCK_METHOD0(Disable, void());
MOCK_CONST_METHOD0(IsEnabled, bool());
- MOCK_CONST_METHOD1(IsPrimaryDevice, bool(const policy::PTString& dev_id));
- MOCK_METHOD1(SetPrimaryDevice, void(const policy::PTString& dev_id));
- MOCK_CONST_METHOD0(PrimaryDevice, policy::PTString());
MOCK_METHOD2(Allow,
void(const policy::Subject& who, const policy::Object& what));