uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h
changeset 43 95d73125a086
parent 19 f5bac0badc7e
--- a/uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h	Wed Jun 23 19:14:05 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h	Tue Jul 06 15:18:10 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"