Add entry, text, effect item class 37/200337/10
authorSukHyung, Kang <shine.kang@samsung.com>
Fri, 22 Feb 2019 00:35:28 +0000 (09:35 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 26 Feb 2019 01:21:14 +0000 (10:21 +0900)
commit7ce27d9bda8cd08f1cb24606f8350ab0af4e93fd
tree3d64e6920da0e0862427bd698ce54ce04a50aaf7
parent8d09364c950a84e1aa8f4ae42b105d56bf7f6ee3
Add entry, text, effect item class

Change-Id: If23d8c14ddf5916ebcb5ff5f21c0679ea7c54f74
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
13 files changed:
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/abstract_item_implementation.h
notification-ex/entry_item.cc [new file with mode: 0644]
notification-ex/entry_item.h [new file with mode: 0644]
notification-ex/entry_item_implementation.h [moved from unittest/src/test_item.cc with 56% similarity]
notification-ex/item.h
notification-ex/item_factory.cc
notification-ex/text_item.cc [new file with mode: 0644]
notification-ex/text_item.h [new file with mode: 0644]
notification-ex/text_item_implementation.h [new file with mode: 0644]
unittest/src/test_entry_item.cc [new file with mode: 0644]
unittest/src/test_text_item.cc [new file with mode: 0644]