fix prevent issue
authorYoung Ik Cho <youngik.cho@samsung.com>
Mon, 13 May 2013 23:48:32 +0000 (08:48 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Mon, 13 May 2013 23:48:32 +0000 (08:48 +0900)
Change-Id: I4255b8d5d523d251e1a3f94c42c5f7db6224804c
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
src/app/FApp_AppControlManager.cpp

index 88b0b43..f6a51ee 100755 (executable)
@@ -644,9 +644,6 @@ _AppControlManager::LaunchApp(const AppId& appId, _AppArg* pArg, int req)
        case APPSVC_RET_EILLACC:
                r = E_ILLEGAL_ACCESS;
                break;
-       case APPSVC_RET_EINVAL:
-               r = E_MAX_EXCEEDED;
-               break;
        default:
                r = E_SYSTEM;
                break;
@@ -794,9 +791,6 @@ _AppControlManager::Launch(const AppId& appId, _AppArg* pArg, AppSvcResFn pCb, v
        case APPSVC_RET_EILLACC:
                r = E_ILLEGAL_ACCESS;
                break;
-       case APPSVC_RET_EINVAL:
-               r = E_MAX_EXCEEDED;
-               break;
        default:
                r = E_SYSTEM;
                break;