projects
/
platform
/
framework
/
native
/
appfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
f811db8
)
Merge "Revert "add workaround code for LifeDuration"" into tizen_2.1
author
SeungWon Lee
<lsw2000.lee@samsung.com>
Fri, 26 Apr 2013 05:54:49 +0000
(14:54 +0900)
committer
Gerrit Code Review
<gerrit2@kim11>
Fri, 26 Apr 2013 05:54:49 +0000
(14:54 +0900)
src/app/FApp_ServiceAppImpl.cpp
patch
|
blob
|
history
diff --git
a/src/app/FApp_ServiceAppImpl.cpp
b/src/app/FApp_ServiceAppImpl.cpp
index
b87ab07
..
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