summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2017-08-18 10:04:26 +0300
committerAndrey Oleynik <aoleynik@luxoft.com>2017-08-21 15:59:12 +0300
commit95cd13ab779dea195ee06e1f423f73003514c7b9 (patch)
tree8f536a968e4329e3b8e8be96661c923170fce59b /src/components/policy/policy_regular/include/policy
parent482c91a6f3d35eb0cca14d89629472c5bd2eab31 (diff)
downloadsdl_core-95cd13ab779dea195ee06e1f423f73003514c7b9.tar.gz
Removes 'country_consent_passengerRC' support
Diffstat (limited to 'src/components/policy/policy_regular/include/policy')
-rw-r--r--src/components/policy/policy_regular/include/policy/access_remote_impl.h1
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/types.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/components/policy/policy_regular/include/policy/access_remote_impl.h b/src/components/policy/policy_regular/include/policy/access_remote_impl.h
index 03427d2501..2faf635f24 100644
--- a/src/components/policy/policy_regular/include/policy/access_remote_impl.h
+++ b/src/components/policy/policy_regular/include/policy/access_remote_impl.h
@@ -81,7 +81,6 @@ class AccessRemoteImpl : public AccessRemote {
private:
inline void set_enabled(bool value);
- inline bool country_consent() const;
const policy_table::AppHMITypes& HmiTypes(const Subject& who);
void GetGroupsIds(const std::string& device_id,
const std::string& app_id,
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/types.h b/src/components/policy/policy_regular/include/policy/policy_table/types.h
index d9d2ad34eb..c7df2fde40 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/types.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/types.h
@@ -249,7 +249,6 @@ struct ModuleConfig : CompositeType {
Optional<String<0, 65535> > certificate;
#ifdef SDL_REMOTE_CONTROL
Optional<Boolean> user_consent_passengersRC;
- Optional<Boolean> country_consent_passengersRC;
#endif // SDL_REMOTE_CONTROL
public: