Update actions 93/200793/11
authormk5004.lee <mk5004.lee@samsung.com>
Mon, 4 Mar 2019 09:37:42 +0000 (18:37 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Wed, 13 Mar 2019 05:28:35 +0000 (14:28 +0900)
commit0a631bd5c03571dbdb68e9ed9d05ade92f3b1989
tree12200a26a38ef665409288e542946ef0262737f6
parent14df6d0e606deacd13647391b57535bfa3e159e9
Update actions

- AbstractAction, AppControlAction, VisibilityAction

Change-Id: Iaf5b09526956a0ed8ec512ec428e8fdb7530a0da
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
12 files changed:
notification-ex/abstract_action.cc [new file with mode: 0644]
notification-ex/abstract_action.h
notification-ex/abstract_action_implementation.h [moved from notification-ex/action.cc with 55% similarity]
notification-ex/action.h [deleted file]
notification-ex/app_control_action.cc [new file with mode: 0644]
notification-ex/app_control_action.h [new file with mode: 0644]
notification-ex/app_control_action_implementation.h [new file with mode: 0644]
notification-ex/visibility_action.cc [new file with mode: 0644]
notification-ex/visibility_action.h [new file with mode: 0644]
notification-ex/visibility_action_implementation.h [new file with mode: 0644]
unittest/src/test_app_control_action.cc [new file with mode: 0644]
unittest/src/test_visibility_action.cc [new file with mode: 0644]