diff -r 3a60ebea00d0 -r cd0ae4656946 uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h --- a/uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h Wed Jun 09 10:41:25 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h Mon Jun 21 16:41:52 2010 +0300 @@ -71,6 +71,10 @@ inline TUint WgId() const; + + /** Ask nice */ + void ConditionalClose(); + /** When the gentle push is not enough (i.e. force is required) **/ void KillTask(); @@ -100,6 +104,8 @@ * Own */ CGOomAppCloseWatcher* iAppCloseWatcher; + + TBool iAlreadyGaveUp; }; #include "goomcloseapp.inl"