uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h
changeset 43 95d73125a086
parent 19 f5bac0badc7e
equal deleted inserted replaced
42:b80cfcbd075a 43:95d73125a086
    69      */
    69      */
    70     void Reconfigure(const TActionRef& aRef);
    70     void Reconfigure(const TActionRef& aRef);
    71 
    71 
    72     inline TUint WgId() const;
    72     inline TUint WgId() const;
    73     
    73     
       
    74     
       
    75     /** Ask nice */
       
    76     void ConditionalClose();
       
    77     
    74     /** When the gentle push is not enough (i.e. force is required) **/
    78     /** When the gentle push is not enough (i.e. force is required) **/
    75     void KillTask();
    79     void KillTask();
    76     
    80     
    77     void KillTaskWaitDone();
    81     void KillTaskWaitDone();
    78     
    82     
    98     /**
   102     /**
    99      * A watcher for the application closing
   103      * A watcher for the application closing
   100      * Own
   104      * Own
   101      */
   105      */
   102     CGOomAppCloseWatcher* iAppCloseWatcher; 
   106     CGOomAppCloseWatcher* iAppCloseWatcher; 
       
   107     
       
   108     TBool iAlreadyGaveUp;
   103     };
   109     };
   104 
   110 
   105 #include "goomcloseapp.inl"
   111 #include "goomcloseapp.inl"
   106 
   112 
   107 #endif /*GOOMCLOSEAPP_H_*/
   113 #endif /*GOOMCLOSEAPP_H_*/