summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption/resumption_data_db.cc
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-08-21 09:47:49 -0400
committerGitHub <noreply@github.com>2018-08-21 09:47:49 -0400
commit9b34f547fa8d1cc9da8ad1d64ad6996496dc35b5 (patch)
treea6fe573ef32a5669cf6f1cf1b4ca756f61dbea52 /src/components/application_manager/src/resumption/resumption_data_db.cc
parent5224964d04b61cefef075ab9edd34c3dfac7886f (diff)
parent01332dd085a0dcb7ca3acca6f192c534414ea770 (diff)
downloadsdl_core-9b34f547fa8d1cc9da8ad1d64ad6996496dc35b5.tar.gz
Merge branch 'develop' into feature/low_voltage
Diffstat (limited to 'src/components/application_manager/src/resumption/resumption_data_db.cc')
-rw-r--r--src/components/application_manager/src/resumption/resumption_data_db.cc4
1 files changed, 0 insertions, 4 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 755b209314..1591ce566a 100644
--- a/src/components/application_manager/src/resumption/resumption_data_db.cc
+++ b/src/components/application_manager/src/resumption/resumption_data_db.cc
@@ -203,8 +203,6 @@ uint32_t ResumptionDataDB::GetHMIApplicationID(
return hmi_app_id;
}
-DEPRECATED void ResumptionDataDB::OnSuspend() {}
-
void ResumptionDataDB::IncrementIgnOffCount() {
LOG4CXX_AUTO_TRACE(logger_);
@@ -284,8 +282,6 @@ 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_);