Update wrt_0.8.85
[platform/framework/web/wrt.git] / src / popup-process / PopupInvoker.cpp
index e94e66f..90f3edb 100644 (file)
@@ -33,6 +33,7 @@ namespace {
 const char *POPUP_EXEC = "/usr/bin/wrt-popup";
 }
 
+namespace Wrt {
 PopupInvoker::PopupInvoker() :
     m_inputName(tmpnam(NULL)),
     m_outputName(tmpnam(NULL))
@@ -224,4 +225,5 @@ bool PopupInvoker::securityDaemonCall(bool allowed,
     }
 
     return response;
-}
\ No newline at end of file
+}
+} // Wrt
\ No newline at end of file