summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include/policy/sql_pt_ext_representation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/include/policy/sql_pt_ext_representation.h')
-rw-r--r--src/components/policy/policy_external/include/policy/sql_pt_ext_representation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/policy/policy_external/include/policy/sql_pt_ext_representation.h b/src/components/policy/policy_external/include/policy/sql_pt_ext_representation.h
index 99fe099a59..8e38309db5 100644
--- a/src/components/policy/policy_external/include/policy/sql_pt_ext_representation.h
+++ b/src/components/policy/policy_external/include/policy/sql_pt_ext_representation.h
@@ -131,6 +131,8 @@ class SQLPTExtRepresentation : public SQLPTRepresentation,
const std::string& functional_group_name) const;
virtual bool SetVINValue(const std::string& value);
+ bool SaveExternalConsentStatus(const ExternalConsentStatus& status) const;
+ ExternalConsentStatus GetExternalConsentStatus() const;
private:
void GatherModuleMeta(policy_table::ModuleMeta* meta) const;