Update wrt-installer_0.0.54
[framework/web/wrt-installer.git] / src / logic / installer_controller.h
index 3693f9a..e611d0c 100644 (file)
@@ -70,6 +70,9 @@ DECLARE_GENERIC_EVENT_0(TerminateEvent)
 
 } // namespace InstallerEvents
 
+
+namespace Logic {
+
 /**
  * @brief Controls Widget installation
  *
@@ -130,7 +133,7 @@ class InstallerController : public DPL::Event::Controller<InstallerControllerEve
 
   private:
     // Embedded logic
-    InstallerLogic m_installerLogic;
+    Logic::InstallerLogic m_installerLogic;
 
     InstallerController();
 
@@ -141,4 +144,6 @@ class InstallerController : public DPL::Event::Controller<InstallerControllerEve
 
 typedef DPL::Singleton<InstallerController> InstallerControllerSingleton;
 
+}
+
 #endif // INSTALLER_CONTROLLER_H