Clean-up GlobalDAO
authorJihoon Chung <jihoon.chung@samsaung.com>
Mon, 21 Oct 2013 13:07:04 +0000 (22:07 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 22 Oct 2013 06:39:11 +0000 (15:39 +0900)
[Issue#]   LINUXWRT-1056
[Problem]  GlobalDAO has unnecessary API.
[Cause]    N/A
[Solution] Remove unnecessary header include
           - "global_dao_read_only.h" and "global_dao.h" are used
              even there is no use case of GlobalDAO or GlobalDAOReadOnly.

[Verification] build repo
[SCMRequest] N/A

Change-Id: I2b7fac7f774581c11736bf9f6a62fa6d3de54f4e

src/jobs/widget_install/task_certify.cpp
src/jobs/widget_install/task_certify_level.cpp
src/logic/installer_logic.h

index 76ce282..9026967 100644 (file)
@@ -41,7 +41,6 @@
 #include <vcore/SignatureFinder.h>
 #include <vcore/WrtSignatureValidator.h>
 #include <dpl/utils/wrt_global_settings.h>
-#include <dpl/wrt-dao-ro/global_dao_read_only.h>
 
 #include <ITapiModem.h>
 #include <tapi_common.h>
index 2f9bd53..c1372f4 100644 (file)
@@ -41,7 +41,6 @@
 #include <vcore/SignatureFinder.h>
 #include <vcore/WrtSignatureValidator.h>
 #include <dpl/utils/wrt_global_settings.h>
-#include <dpl/wrt-dao-ro/global_dao_read_only.h>
 
 #include <installer_log.h>
 
index 999f643..4bb4258 100644 (file)
@@ -17,7 +17,6 @@
 #define WRT_SRC_INSTALLER_CORE_INSTALLER_LOGIC_H_
 
 #include <dpl/wrt-dao-rw/widget_dao.h>
-#include <dpl/wrt-dao-rw/global_dao.h>
 #include <dpl/wrt-dao-ro/feature_model.h>
 #include <widget_install/widget_installer_struct.h>
 #include <widget_uninstall/widget_uninstaller_struct.h>