We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69c6c4 commit e3bdcf6Copy full SHA for e3bdcf6
src/components/application_manager/include/application_manager/message_helper.h
@@ -91,8 +91,9 @@ class MessageHelper {
91
static smart_objects::SmartObjectSPtr CreateOnServiceUpdateNotification(
92
const hmi_apis::Common_ServiceType::eType type,
93
const hmi_apis::Common_ServiceEvent::eType event,
94
- const hmi_apis::Common_ServiceStatusUpdateReason::eType reason,
95
- const uint32_t app_id);
+ const hmi_apis::Common_ServiceStatusUpdateReason::eType reason =
+ hmi_apis::Common_ServiceStatusUpdateReason::INVALID_ENUM,
96
+ const uint32_t app_id = 0);
97
98
/**
99
* @brief Creates request for different interfaces(JSON)
0 commit comments