From: Jungmin, Park Date: Fri, 26 Apr 2013 05:53:14 +0000 (+0900) Subject: Revert "add workaround code for LifeDuration" X-Git-Tag: 2.1b_release~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5975bcd8df3cff41a7e5328a51f68e5d3f99b9fe;p=framework%2Fosp%2Fappfw.git Revert "add workaround code for LifeDuration" This reverts commit 40f7bcdfa82eb15e8150a3360f2f7060a0e85a8e --- diff --git a/src/app/FApp_ServiceAppImpl.cpp b/src/app/FApp_ServiceAppImpl.cpp index b87ab07..6095ad0 100644 --- 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