projects
/
framework
/
osp
/
appfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e4215f
)
fix prevent issue
author
Young Ik Cho
<youngik.cho@samsung.com>
Mon, 13 May 2013 23:48:32 +0000
(08:48 +0900)
committer
Young 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
patch
|
blob
|
history
diff --git
a/src/app/FApp_AppControlManager.cpp
b/src/app/FApp_AppControlManager.cpp
index
88b0b43
..
f6a51ee
100755
(executable)
--- a/
src/app/FApp_AppControlManager.cpp
+++ b/
src/app/FApp_AppControlManager.cpp
@@
-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;