Create FactoryManager to register the other factory 50/201150/3
authorJunghoon Park <jh9216.park@samsung.com>
Mon, 11 Mar 2019 02:10:28 +0000 (11:10 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 11 Mar 2019 02:33:46 +0000 (11:33 +0900)
commitc74de872c8d8aed0a83fd91753361dc68728f14d
treed14031765d7649b2b639bdbb1898682303058a33
parent9bb5e1ea0089ad1147159741ad6059a228ba8f6b
Create FactoryManager to register the other factory

Change-Id: Ibd3b9131be2cba08796e04d4d3be459159442134
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
30 files changed:
notification-ex/button_item.cc
notification-ex/chat_message_item.cc
notification-ex/checkbox_item.cc
notification-ex/default_item_factory.cc [moved from notification-ex/item_factory.cc with 91% similarity]
notification-ex/default_item_factory.h [new file with mode: 0644]
notification-ex/entry_item.cc
notification-ex/factory_manager.cc [new file with mode: 0644]
notification-ex/factory_manager.h [new file with mode: 0644]
notification-ex/group_item.cc
notification-ex/icon_text_item.cc
notification-ex/iitem_factory.h [moved from notification-ex/item_factory.h with 78% similarity]
notification-ex/image_item.cc
notification-ex/input_selector_item.cc
notification-ex/item_inflator.cc
notification-ex/item_inflator.h
notification-ex/progress_item.cc
notification-ex/text_item.cc
notification-ex/time_item.cc
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_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