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:
2a12f37
)
Revert "add workaround code for LifeDuration"
author
Jungmin, Park
<jungmin76.park@samsung.com>
Mon, 29 Apr 2013 00:55:16 +0000
(09:55 +0900)
committer
Gerrit Code Review
<gerrit2@kim11>
Mon, 29 Apr 2013 00:55:20 +0000
(09:55 +0900)
This reverts commit
e64bef63f7c57c7eccf64ff83de83b4178b45ab1
src/app/FApp_ServiceAppImpl.cpp
patch
|
blob
|
history
diff --git
a/src/app/FApp_ServiceAppImpl.cpp
b/src/app/FApp_ServiceAppImpl.cpp
index
4c59846
..
6095ad0
100644
(file)
--- a/
src/app/FApp_ServiceAppImpl.cpp
+++ b/
src/app/FApp_ServiceAppImpl.cpp
@@
-319,10
+319,7
@@
_ServiceAppImpl::OnTimerExpired(Timer& timer)
{
SysLog(NID_APP, "Life duration timer is expired, so terminating the application.");
timer.Cancel();
- if( __pAppTerminatingInternalEventListener ) //Fixme: work around code,
- {
- App::GetInstance()->Terminate();
- }
+ App::GetInstance()->Terminate();
}
void