Use tizen_base::Bundle 17/202617/5
authorJunghoon Park <jh9216.park@samsung.com>
Tue, 2 Apr 2019 01:06:14 +0000 (10:06 +0900)
committerMyungKi Lee <mk5004.lee@samsung.com>
Wed, 24 Apr 2019 01:08:39 +0000 (01:08 +0000)
commit9a1af78ffd05e971c40bf1cae4866f95da951490
tree5688e4c1aa89356a9126e970fc0e6aec58ed9037
parent600c1f1fdc79ab217857ce7b0256765d1581ed2b
Use tizen_base::Bundle

Change-Id: I3e275fd9f91c444b75dc2734c2bcd2b64cee93a9
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
73 files changed:
notification-ex/abstract_action.cc
notification-ex/abstract_action.h
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/action_inflator.cc
notification-ex/action_inflator.h
notification-ex/app_control_action.cc
notification-ex/app_control_action.h
notification-ex/button_item.cc
notification-ex/button_item.h
notification-ex/chat_message_item.cc
notification-ex/chat_message_item.h
notification-ex/checkbox_item.cc
notification-ex/checkbox_item.h
notification-ex/db_manager.cc
notification-ex/dbus_connection_manager.h
notification-ex/dbus_event_listener.cc
notification-ex/dbus_event_listener.h
notification-ex/dbus_sender.cc
notification-ex/dbus_sender.h
notification-ex/dbus_sender_implementation.h
notification-ex/entry_item.cc
notification-ex/entry_item.h
notification-ex/event_info.cc
notification-ex/event_info_internal.h
notification-ex/event_listener_interface.h
notification-ex/event_observer_interface.h
notification-ex/event_sender_interface.h
notification-ex/ex_bundle.h [deleted file]
notification-ex/group_item.cc
notification-ex/group_item.h
notification-ex/icon_text_item.cc
notification-ex/icon_text_item.h
notification-ex/ievent_info.h
notification-ex/image_item.cc
notification-ex/image_item.h
notification-ex/input_selector_item.cc
notification-ex/input_selector_item.h
notification-ex/item_inflator.cc
notification-ex/item_inflator.h
notification-ex/manager.cc
notification-ex/manager.h
notification-ex/mock_sender.h
notification-ex/null_item.cc
notification-ex/null_item.h
notification-ex/progress_item.cc
notification-ex/progress_item.h
notification-ex/reporter.cc
notification-ex/reporter.h
notification-ex/stub.cc
notification-ex/text_item.cc
notification-ex/text_item.h
notification-ex/time_item.cc
notification-ex/time_item.h
notification-ex/visibility_action.cc
notification-ex/visibility_action.h
unittest/src/test_abstract_item.cc
unittest/src/test_app_control_action.cc
unittest/src/test_bundle.cc [deleted file]
unittest/src/test_button_item.cc
unittest/src/test_chat_message_item.cc
unittest/src/test_checkbox_item.cc
unittest/src/test_entry_item.cc
unittest/src/test_event_info.cc
unittest/src/test_group_item.cc
unittest/src/test_icon_item.cc
unittest/src/test_icon_text_item.cc
unittest/src/test_image_item.cc
unittest/src/test_input_selector_item.cc
unittest/src/test_progress_item.cc
unittest/src/test_text_item.cc
unittest/src/test_time_item.cc
unittest/src/test_visibility_action.cc