uiacceltk/hitchcock/goommonitor/inc/goomcloseappconfig.h
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
    47      * @param aWindowGroupList a fully constructed, collapsed window group list
    47      * @param aWindowGroupList a fully constructed, collapsed window group list
    48      * @param aAppIndexInWindowGroup the position in the window group list
    48      * @param aAppIndexInWindowGroup the position in the window group list
    49      */
    49      */
    50     inline TUint CalculateCloseAppPriority(const CGOomWindowGroupList& aWindowGroupList, TUint aAppIndexInWindowGroup);
    50     inline TUint CalculateCloseAppPriority(const CGOomWindowGroupList& aWindowGroupList, TUint aAppIndexInWindowGroup);
    51     
    51     
       
    52     TInt iCloseTimeout;
       
    53     TInt iWaitAfterClose;
       
    54     
    52 private:
    55 private:
    53     
    56     
    54     CGOomCloseAppConfig(TInt32 aId);
    57     CGOomCloseAppConfig(TInt32 aId);
    55     };
    58     };
    56 
    59