From 5975bcd8df3cff41a7e5328a51f68e5d3f99b9fe Mon Sep 17 00:00:00 2001 From: "Jungmin, Park" Date: Fri, 26 Apr 2013 14:53:14 +0900 Subject: [PATCH] Revert "add workaround code for LifeDuration" This reverts commit 40f7bcdfa82eb15e8150a3360f2f7060a0e85a8e --- src/app/FApp_ServiceAppImpl.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.7.4