summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption
diff options
context:
space:
mode:
authorAKalinich-Luxoft <AKalinich@luxoft.com>2017-12-19 19:34:04 +0200
committerAKalinich-Luxoft <AKalinich@luxoft.com>2017-12-19 19:37:57 +0200
commit8862a94c64534572c1e4e691af440598111cae7c (patch)
tree6bd26c922e12cfc914367b8a7b1a14799a409f9d /src/components/application_manager/src/resumption
parent8df896557652eee90d8d4a3f89ec25ad98d42426 (diff)
downloadsdl_core-8862a94c64534572c1e4e691af440598111cae7c.tar.gz
Updated description, added deprecated methods
Diffstat (limited to 'src/components/application_manager/src/resumption')
-rw-r--r--src/components/application_manager/src/resumption/resumption_data_db.cc6
-rw-r--r--src/components/application_manager/src/resumption/resumption_data_json.cc6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/components/application_manager/src/resumption/resumption_data_db.cc b/src/components/application_manager/src/resumption/resumption_data_db.cc
index 59c8220a22..23fecb7624 100644
--- a/src/components/application_manager/src/resumption/resumption_data_db.cc
+++ b/src/components/application_manager/src/resumption/resumption_data_db.cc
@@ -212,6 +212,9 @@ uint32_t ResumptionDataDB::GetHMIApplicationID(
return hmi_app_id;
}
+// DEPRECATED
+void ResumptionDataDB::OnSuspend() {}
+
void ResumptionDataDB::IncrementIgnOffCount() {
LOG4CXX_AUTO_TRACE(logger_);
@@ -291,6 +294,9 @@ bool ResumptionDataDB::GetHashId(const std::string& policy_app_id,
return SelectHashId(policy_app_id, device_id, hash_id);
}
+// DEPRECATED
+void ResumptionDataDB::OnAwake() {}
+
void ResumptionDataDB::DecrementIgnOffCount() {
LOG4CXX_AUTO_TRACE(logger_);
diff --git a/src/components/application_manager/src/resumption/resumption_data_json.cc b/src/components/application_manager/src/resumption/resumption_data_json.cc
index 013cd909fc..203c4889c5 100644
--- a/src/components/application_manager/src/resumption/resumption_data_json.cc
+++ b/src/components/application_manager/src/resumption/resumption_data_json.cc
@@ -143,6 +143,9 @@ uint32_t ResumptionDataJson::GetHMIApplicationID(
return hmi_app_id;
}
+// DEPRECATED
+void ResumptionDataJson::OnSuspend() {}
+
void ResumptionDataJson::IncrementIgnOffCount() {
using namespace app_mngr;
LOG4CXX_AUTO_TRACE(logger_);
@@ -167,6 +170,9 @@ void ResumptionDataJson::IncrementIgnOffCount() {
LOG4CXX_DEBUG(logger_, GetResumptionData().toStyledString());
}
+// DEPRECATED
+void ResumptionDataJson::OnAwake() {}
+
void ResumptionDataJson::DecrementIgnOffCount() {
using namespace app_mngr;
LOG4CXX_AUTO_TRACE(logger_);