Skip to content

Commit e3bdcf6

Browse files
committed
fixup! Remove notification builder
1 parent e69c6c4 commit e3bdcf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/application_manager/include/application_manager/message_helper.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ class MessageHelper {
9191
static smart_objects::SmartObjectSPtr CreateOnServiceUpdateNotification(
9292
const hmi_apis::Common_ServiceType::eType type,
9393
const hmi_apis::Common_ServiceEvent::eType event,
94-
const hmi_apis::Common_ServiceStatusUpdateReason::eType reason,
95-
const uint32_t app_id);
94+
const hmi_apis::Common_ServiceStatusUpdateReason::eType reason =
95+
hmi_apis::Common_ServiceStatusUpdateReason::INVALID_ENUM,
96+
const uint32_t app_id = 0);
9697

9798
/**
9899
* @brief Creates request for different interfaces(JSON)

0 commit comments

Comments
 (0)