Add request id to event info 61/201861/4
authorhyunho <hhstark.kang@samsung.com>
Wed, 20 Mar 2019 07:17:04 +0000 (16:17 +0900)
committerhyunho <hhstark.kang@samsung.com>
Thu, 21 Mar 2019 04:18:39 +0000 (13:18 +0900)
commitbb4c69c2b12371d682a8f06453db3660089f7e40
tree72e3af6fe253e3d70a4568941d25654a55d623b1
parenta2839dd929da650636d9a19bdc7a813ff0d4b74b
Add request id to event info

Change-Id: I8faa05630da98f211b52ba967134577a99e161a2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
44 files changed:
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/app_control_action.h
notification-ex/chat_message_item.h
notification-ex/chat_message_item_implementation.h
notification-ex/checkbox_item.cc
notification-ex/checkbox_item.h
notification-ex/checkbox_item_implementation.h
notification-ex/dbus_connection_manager.cc
notification-ex/dbus_event_listener.cc
notification-ex/dbus_event_listener_implementation.h
notification-ex/dbus_sender.cc
notification-ex/dbus_sender_implementation.h
notification-ex/entry_item.h
notification-ex/event_info.cc
notification-ex/event_info_implementation.h
notification-ex/event_info_internal.h
notification-ex/ex_bundle.h
notification-ex/ex_util.cc
notification-ex/ex_util.h
notification-ex/icon_item.cc
notification-ex/icon_item.h
notification-ex/icon_item_implementation.h
notification-ex/icon_text_item.h
notification-ex/icon_text_item_implementation.h
notification-ex/ievent_info.h
notification-ex/ievent_info_internal.h
notification-ex/iitem_info.h
notification-ex/iitem_info_internal.h
notification-ex/image_item.h
notification-ex/image_item_implementation.h
notification-ex/item_info_internal.h
notification-ex/manager.cc
notification-ex/manager.h
notification-ex/manager_implementation.h
notification-ex/reporter.cc
notification-ex/reporter.h
notification-ex/reporter_implementation.h
notification-ex/text_item.h
notification-ex/time_item.cc
notification-ex/time_item.h
notification-ex/time_item_implementation.h
unittest/src/test_abstract_item.cc
unittest/src/test_bundle.cc