Make AbstractItem::GetType as abstract method 25/201525/6
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 15 Mar 2019 08:06:04 +0000 (17:06 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 18 Mar 2019 06:26:11 +0000 (15:26 +0900)
commitb49ce7201565e5e842091efafcd5d45f7d9e8f29
tree2b4681dddca823d6ad7c11be5533b757ca298ee8
parentd9bf739b9adbb1eba018e5b8bbe6a7cc5d904958
Make AbstractItem::GetType as abstract method

Change-Id: Id7ed489921a33f594ee75d89208eacf9a6872549
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
44 files changed:
notification-ex/abstract_action.cc
notification-ex/abstract_action.h
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/abstract_item_implementation.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/default_action_factory.cc
notification-ex/default_action_factory.h
notification-ex/default_item_factory.cc
notification-ex/default_item_factory.h
notification-ex/entry_item.cc
notification-ex/entry_item.h
notification-ex/factory_manager.cc
notification-ex/factory_manager.h
notification-ex/group_item.cc
notification-ex/group_item.h
notification-ex/iaction_factory.h
notification-ex/icon_item.cc
notification-ex/icon_item.h
notification-ex/icon_text_item.cc
notification-ex/icon_text_item.h
notification-ex/iitem_factory.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/null_item.cc
notification-ex/null_item.h
notification-ex/progress_item.cc
notification-ex/progress_item.h
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_chat_message_item.cc