Change pkgname to appid for docomo request. PART1
[platform/framework/web/wrt-installer.git] / src / misc / feature_logic.cpp
index ee71e76..726f807 100644 (file)
 namespace Jobs {
 namespace WidgetInstall {
 
-FeatureLogic::FeatureLogic(const WrtDB::WidgetPkgName & pkgname)
+FeatureLogic::FeatureLogic(const WrtDB::TizenAppId & tzAppid)
   : m_rejected(false)
 {
-    WrtDB::WidgetDAOReadOnly widgetDao(pkgname);
+    WrtDB::WidgetDAOReadOnly widgetDao(tzAppid);
     WidgetFeatureSet featureSet = widgetDao.getFeaturesList();
     FOREACH(it, featureSet) {
         LogInfo("Feature name : " << it->name);