[Release] wrt-installer_0.1.121
[platform/framework/web/wrt-installer.git] / src / logic / installer_logic.cpp
index a151125..a7927ce 100644 (file)
@@ -106,7 +106,7 @@ Jobs::JobHandle InstallerLogic::UninstallWidget(
 }
 
 Jobs::JobHandle InstallerLogic::InstallPlugin(
-    std::string const & pluginPath,
+    std::string const & pluginPath,     // TODO change type to PluginPath
     const PluginInstallerStruct &
     installerStruct)
 {
@@ -118,9 +118,9 @@ Jobs::JobHandle InstallerLogic::InstallPlugin(
 
     LogDebug("New Plugin Installation");
 
-    //Conversion to DPL::Utils::Path is temporary
+    // TODO Conversion to PluginPath is temporary
     m_job =
-        new Jobs::PluginInstall::JobPluginInstall(DPL::Utils::Path(pluginPath), installerStruct);
+        new Jobs::PluginInstall::JobPluginInstall(PluginPath(pluginPath), installerStruct);
 
     // before start install plugin, reset plugin data which is stopped
     // during installing. (PluginDAO::INSTALLATION_IN_PROGRESS)