uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h
branchRCL_3
changeset 11 46927d61fef3
parent 3 d8a3531bc6b8
child 38 69409653e863
equal deleted inserted replaced
10:88b23e2e82e1 11:46927d61fef3
    50     /**
    50     /**
    51      * Close the application in order to free memory
    51      * Close the application in order to free memory
    52      * Call the CGOomAction::MemoryFreed when it is done
    52      * Call the CGOomAction::MemoryFreed when it is done
    53      * @param aBytesRequested not used for clsoe app actions
    53      * @param aBytesRequested not used for clsoe app actions
    54      */
    54      */
    55     virtual void FreeMemory(TInt aBytesRequested);
    55     virtual void FreeMemory(TInt aBytesRequested, TBool aUseSwRendering);
    56     
    56     
    57     ~CGOomCloseApp();
    57     ~CGOomCloseApp();
    58     
    58     
    59     /**
    59     /**
    60      * Callback from CGOomAppCloseWatcher and CGOomAppCloseTimer
    60      * Callback from CGOomAppCloseWatcher and CGOomAppCloseTimer