summaryrefslogtreecommitdiff
path: root/src/components/policy/include/policy/sql_pt_representation.h
diff options
context:
space:
mode:
authorAndriy Byzhynar (GitHub) <AByzhynar@luxoft.com>2016-06-23 17:33:32 +0300
committerGitHub <noreply@github.com>2016-06-23 17:33:32 +0300
commit827bcaf0aa39348fa7ec4df796c4e124f7143169 (patch)
tree517a69ced2f09b702cb2368e7ae412efec2ea838 /src/components/policy/include/policy/sql_pt_representation.h
parent833cac1b1de464f53d5709904a4ee24634be2936 (diff)
downloadsdl_core-revert-618-feature/Cover_resumption_with_unit_tests.tar.gz
Revert "Cover resumption with unit tests"revert-618-feature/Cover_resumption_with_unit_tests
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,