Update wrt-installer_0.0.54
[framework/web/wrt-installer.git] / src / logic / installer_controller.cpp
index 1141b76..754a886 100644 (file)
 #include "installer_controller.h"
 #include <dpl/log/log.h>
 #include <dpl/singleton_impl.h>
-IMPLEMENT_SINGLETON(InstallerController)
+
+IMPLEMENT_SINGLETON(Logic::InstallerController)
+
+namespace Logic
+{
 
 InstallerController::InstallerController()
 {
@@ -98,3 +102,6 @@ void InstallerController::OnEventReceived(
 {
     m_installerLogic.Terminate();
 }
+
+} //Logic
+