remove unnecessary codes
[framework/osp/appwidget-service.git] / src / FShell_AppWidgetManagerStub.cpp
index 729426c..6060529 100644 (file)
  * @brief      This is the implementation for the _AppWidgetManagerStub class.
  */
 
-#include <FBase.h>
 #include <FBaseSysLog.h>
 #include <FIo_IpcServer.h>
-#include <FShell_AppWidgetManagerIpcMessage.h>
+#include "FShell_AppWidgetManagerIpcMessage.h"
 #include "FShell_AppWidgetManagerStub.h"
 
 namespace Tizen { namespace Shell  { namespace App {
@@ -38,7 +37,6 @@ using namespace Tizen::Io;
 using namespace Tizen::Text;
 using namespace Tizen::Security;
 
-
 _AppWidgetManagerStub::_AppWidgetManagerStub(void)
 :__pIpcServer(null)
 {
@@ -79,13 +77,6 @@ CATCH:
        return r;
 }
 
-
-/////////////////////////////////////////////
-// handlers
-/////////////////////////////////////////////
-
-
-
 bool
 _AppWidgetManagerStub::OnRequestUpdate(const Tizen::App::AppId& appId, const Tizen::Base::String& providerName, const Tizen::Base::String& argument, result* pRes)
 {
@@ -181,7 +172,6 @@ _AppWidgetManagerStub::SendTouchEventForPD(const int clientId, const String& ins
        return true;
 }
 
-
 void
 _AppWidgetManagerStub::OnIpcRequestReceived(_IpcServer& server, const IPC::Message& message)
 {
@@ -226,5 +216,4 @@ _AppWidgetManagerStub::OnIpcClientDisconnected(const _IpcServer& server, int cli
        SysLog(NID_SHELL, "(appId:%ls, clientId:%d)\n", server.GetClientApplicationId().GetPointer(), clientId);
 }
 
-
-}}}//namespace Tizen { namespace Shell  { namespace App {
+}}}    // Tizen::Shell::App