Revert "add workaround code for LifeDuration"
authorJungmin, Park <jungmin76.park@samsung.com>
Mon, 29 Apr 2013 00:55:16 +0000 (09:55 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 29 Apr 2013 00:55:20 +0000 (09:55 +0900)
This reverts commit e64bef63f7c57c7eccf64ff83de83b4178b45ab1

src/app/FApp_ServiceAppImpl.cpp

index 4c59846..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