summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption/resumption_data_processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/resumption/resumption_data_processor.cc')
-rw-r--r--src/components/application_manager/src/resumption/resumption_data_processor.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/application_manager/src/resumption/resumption_data_processor.cc b/src/components/application_manager/src/resumption/resumption_data_processor.cc
index 7a882660b2..994354fdae 100644
--- a/src/components/application_manager/src/resumption/resumption_data_processor.cc
+++ b/src/components/application_manager/src/resumption/resumption_data_processor.cc
@@ -76,6 +76,11 @@ bool ResumptionRequestIDs::operator<(const ResumptionRequestIDs& other) const {
function_id < other.function_id;
}
+void ResumptionDataProcessor::HandleOnTimeOut(const int32_t app_id) {
+ LOG4CXX_AUTO_TRACE(logger_);
+ RevertRestoredData(application_manager_.application(app_id));
+}
+
void ResumptionDataProcessor::on_event(const event_engine::Event& event) {
LOG4CXX_AUTO_TRACE(logger_);
const smart_objects::SmartObject& response = event.smart_object();