uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h
branchRCL_3
changeset 41 cd0ae4656946
parent 11 46927d61fef3
--- 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"