Implement RejectMessagesListView Controller 39/66139/5
authorAndriy Kolesnichenko <a.kolesniche@samsung.com>
Thu, 14 Apr 2016 18:42:13 +0000 (21:42 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Mon, 25 Apr 2016 09:52:47 +0000 (12:52 +0300)
commit1cf0d05c21521bb4f16098f75f55b45eca2ebf3b
tree32d4d71085fd693a0d62242d36f277b96e265d52
parentde9861dc288bcef61cf7c3a6076b12347d46e4fb
Implement RejectMessagesListView Controller

Change-Id: I475543704d0efc2b496e516126b6e29459e90885
Signed-off-by: Andriy Kolesnichenko <a.kolesniche@samsung.com>
SDK-Project/common/src/gui/Base/ViewController.cpp
SDK-Project/inc/Controller/MainView/MainViewController.h
SDK-Project/inc/Controller/RejectMsgView/RejectMsgListController.h [new file with mode: 0644]
SDK-Project/inc/Controller/RejectMsgView/RejectMsgUtils.h [new file with mode: 0644]
SDK-Project/inc/View/RejectMsgView/RejectMsgListView.h [moved from SDK-Project/inc/View/RejectMsgListView/RejectMsgListView.h with 100% similarity]
SDK-Project/src/Controller/MainView/MainViewController.cpp
SDK-Project/src/Controller/RejectMsgView/RejectMsgListController.cpp [new file with mode: 0644]
SDK-Project/src/Controller/RejectMsgView/RejectMsgUtils.cpp [new file with mode: 0644]
SDK-Project/src/View/RejectMsgView/RejectMsgListView.cpp [moved from SDK-Project/src/View/RejectMsgListView/RejectMsgListView.cpp with 99% similarity]