summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/resumption/resumption_data_processor_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/resumption/resumption_data_processor_impl.h')
-rw-r--r--src/components/application_manager/include/application_manager/resumption/resumption_data_processor_impl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/application_manager/include/application_manager/resumption/resumption_data_processor_impl.h b/src/components/application_manager/include/application_manager/resumption/resumption_data_processor_impl.h
index c2040852ca..edb3581737 100644
--- a/src/components/application_manager/include/application_manager/resumption/resumption_data_processor_impl.h
+++ b/src/components/application_manager/include/application_manager/resumption/resumption_data_processor_impl.h
@@ -367,6 +367,17 @@ class ResumptionDataProcessorImpl
const smart_objects::SmartObject& request,
const smart_objects::SmartObject& response) const;
+ /**
+ * @brief Checks whether SubscribeButton response successful or not and
+ * subscribes application if successful
+ * @param app_id application id
+ * @param request reference to request SO
+ * @param response reference to response SO
+ */
+ void ProcessSubscribeButtonResponse(
+ const uint32_t app_id,
+ const smart_objects::SmartObject& request,
+ const smart_objects::SmartObject& response);
app_mngr::ApplicationManager& application_manager_;
/**