Change shared_ptr to unique_ptr for ItemFactory 89/201089/2
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 8 Mar 2019 06:58:11 +0000 (15:58 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Fri, 8 Mar 2019 07:00:54 +0000 (16:00 +0900)
commit9bb5e1ea0089ad1147159741ad6059a228ba8f6b
tree07000b59351205f6fab2c850e06a8ed8386737e9
parent0021785850eafafe3771eec9708f1dc1dbff0170
Change shared_ptr to unique_ptr for ItemFactory

- The created item does not need to share each other

Change-Id: Ie6d9a205fc7f345baa0897c164895e79e64203a0
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
notification-ex/item_factory.cc
notification-ex/item_factory.h