Clean-up GlobalDAO (RoamingDataUsage)
authorJihoon Chung <jihoon.chung@samsaung.com>
Mon, 21 Oct 2013 13:38:37 +0000 (22:38 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 25 Oct 2013 02:30:41 +0000 (02:30 +0000)
commitababa00b890eaa8d41859c14884a51c1d475a70f
treef541b2077fcbbb5aba155dad1c856511e087eb21
parent6690ac65bc06f91d9e9e2a7f7e5f38b9507d3a1a
Clean-up GlobalDAO (RoamingDataUsage)

[Issue#]   LINUXWRT-1032
[Problem]  GlobalDAO has unnecessary API.
[Cause]    N/A
[Solution] Remove "RoamingDataUsage" API
           - Current use cases are unnecessary and this setting should directly use platform setting.
           - Also clean-up GlobalDAO.
[Verification] build repo
[SCMRequest] N/A

Change-Id: I89887fec6d2dea994b61f23780e028eb9b2d9ec0
modules/widget_dao/CMakeLists.txt
modules/widget_dao/dao/global_dao.cpp [deleted file]
modules/widget_dao/dao/global_dao_read_only.cpp
modules/widget_dao/include/dpl/wrt-dao-ro/global_dao_read_only.h
modules/widget_dao/include/dpl/wrt-dao-rw/global_dao.h [deleted file]
modules/widget_dao/orm/wrt_db
tests/dao/TestCases_GlobalDAO.cpp [deleted file]