uiacceltk/hitchcock/goommonitor/inc/goomcloseapp.h
changeset 19 f5bac0badc7e
parent 13 8f67d927ea57
child 38 69409653e863
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
    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