From 172c40bb349d7afab534bdee2fef7fe38a384c34 Mon Sep 17 00:00:00 2001 From: "Jungmin, Park" Date: Mon, 29 Apr 2013 09:55:16 +0900 Subject: [PATCH] Revert "add workaround code for LifeDuration" This reverts commit e64bef63f7c57c7eccf64ff83de83b4178b45ab1 --- 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 4c59846..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