summaryrefslogtreecommitdiff
path: root/src/components/policy/include/policy/sql_pt_representation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/include/policy/sql_pt_representation.h')
-rw-r--r--src/components/policy/include/policy/sql_pt_representation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/policy/include/policy/sql_pt_representation.h b/src/components/policy/include/policy/sql_pt_representation.h
index 59529b0b57..2710a7d4a5 100644
--- a/src/components/policy/include/policy/sql_pt_representation.h
+++ b/src/components/policy/include/policy/sql_pt_representation.h
@@ -67,12 +67,9 @@ class Query : public utils::dbms::SQLQuery {
};
class SQLPTRepresentation : public virtual PTRepresentation {
public:
- SQLPTRepresentation();
- SQLPTRepresentation(bool in_memory);
SQLPTRepresentation(const std::string& app_storage_folder,
uint16_t attempts_to_open_policy_db,
uint16_t open_attempt_timeout_ms);
-
~SQLPTRepresentation();
virtual void CheckPermissions(const PTString& app_id,
const PTString& hmi_level,