Revert "add workaround code for LifeDuration"
authorJungmin, Park <jungmin76.park@samsung.com>
Fri, 26 Apr 2013 05:53:14 +0000 (14:53 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 26 Apr 2013 05:53:14 +0000 (14:53 +0900)
This reverts commit 40f7bcdfa82eb15e8150a3360f2f7060a0e85a8e

src/app/FApp_ServiceAppImpl.cpp

index b87ab07..6095ad0 100644 (file)
@@ -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