From 64b1caa73c2fddfc70f2e0b54a8f358ab387b649 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Wed, 20 Mar 2013 15:28:09 +0900 Subject: [PATCH] remove unnecessary IPC Change-Id: Ifdac824596b888d0b36c372120da2e65a6199abe Signed-off-by: Young Ik Cho --- src/app/FApp_AppControlImpl.cpp | 19 ------------------- src/app/FApp_MapDataControlImpl.cpp | 1 - src/app/FApp_SqlDataControlImpl.cpp | 1 - 3 files changed, 21 deletions(-) diff --git a/src/app/FApp_AppControlImpl.cpp b/src/app/FApp_AppControlImpl.cpp index 1a3a28a..13078df 100755 --- a/src/app/FApp_AppControlImpl.cpp +++ b/src/app/FApp_AppControlImpl.cpp @@ -38,7 +38,6 @@ #include #include "FApp_AppControlImpl.h" -#include "FApp_AppManagerProxy.h" #include "FApp_AppControlManager.h" #include "FApp_AppArg.h" #include "FApp_AppImpl.h" @@ -274,15 +273,6 @@ _AppControlImpl::StartOsp(const IList* pDataList, IAppControlEventListener* pLis SysTryReturnResult(NID_APP, _processId >= 0, GetLastResult(), "Launching(%ls) is failed", _path.GetPointer()); } - // registers to server - _IAppManager* pMgr = _AppManagerProxy::GetService(); - - // actually register, not launch - if (pMgr) - { - pMgr->LaunchApplication(_path, req); - } - return r; } @@ -320,15 +310,6 @@ _AppControlImpl::StartOsp(const String* pUriData, const String* pMimeType, const SysTryReturnResult(NID_APP, _processId >= 0, GetLastResult(), "Launching(%ls) is failed", _path.GetPointer()); } - // registers to server - _IAppManager* pMgr = _AppManagerProxy::GetService(); - - // actually register, not launch - if (pMgr) - { - pMgr->LaunchApplication(_path, req); - } - return r; } diff --git a/src/app/FApp_MapDataControlImpl.cpp b/src/app/FApp_MapDataControlImpl.cpp index b34a680..1b86d02 100644 --- a/src/app/FApp_MapDataControlImpl.cpp +++ b/src/app/FApp_MapDataControlImpl.cpp @@ -35,7 +35,6 @@ #include #include "FApp_AppControlManager.h" -#include "FApp_AppManagerProxy.h" #include "FApp_MapDataControlImpl.h" #include "FApp_AppArg.h" diff --git a/src/app/FApp_SqlDataControlImpl.cpp b/src/app/FApp_SqlDataControlImpl.cpp index 98e6208..9063306 100644 --- a/src/app/FApp_SqlDataControlImpl.cpp +++ b/src/app/FApp_SqlDataControlImpl.cpp @@ -41,7 +41,6 @@ #include #include "FApp_AppControlManager.h" -#include "FApp_AppManagerProxy.h" #include "FApp_SqlDataControlImpl.h" #include "FApp_AppArg.h" -- 2.7.4