Changed PkgName type from Optional<String> to String PART 4
authorJan Olszak <j.olszak@samsung.com>
Wed, 9 Jan 2013 12:54:32 +0000 (13:54 +0100)
committerGerrit Code Review <gerrit2@kim11>
Thu, 10 Jan 2013 10:15:03 +0000 (19:15 +0900)
[Issue] Deleting temporary API.
[Bug] N/A
[Cause] N/A
[Solution] N/A
[Verification] Build installer. Run all tests.

Change-Id: Ia1863c0e6ba3ef5f22fed09b2dca0e3a66b7e40d

src/pkg-manager/backendlib.cpp

index 685f371..f2ebcf5 100644 (file)
@@ -91,7 +91,7 @@ static int pkg_plugin_get_installed_apps_list(const char * /*category*/,
 
 
     WrtDB::WrtDatabase::attachToThreadRO();
-    WidgetPkgNameList_TEMPORARY_API pkgnameslList = WidgetDAOReadOnly::getPkgnameList_TEMPORARY_API();
+    WidgetPkgNameList pkgnameslList = WidgetDAOReadOnly::getPkgnameList();
     *count = 0;
 
     FOREACH(iterator, pkgnameslList) {