uiacceltk/hitchcock/goommonitor/inc/goomaction.h
branchRCL_3
changeset 8 46927d61fef3
parent 0 15bf7259bb7c
equal deleted inserted replaced
7:88b23e2e82e1 8:46927d61fef3
    44      * Activate the OOM action
    44      * Activate the OOM action
    45      *
    45      *
    46      * @since S60 5.0
    46      * @since S60 5.0
    47      * @param aBytesRequested ?description
    47      * @param aBytesRequested ?description
    48      */ 
    48      */ 
    49     virtual void FreeMemory(TInt aBytesRequested) = 0;
    49     virtual void FreeMemory(TInt aBytesRequested, TBool aUseSwRendering) = 0;
    50     
    50     
    51     /**
    51     /**
    52      * @since S60 5.0
    52      * @since S60 5.0
    53      * @return ETrue if the action is currently freeing memory, else EFalse
    53      * @return ETrue if the action is currently freeing memory, else EFalse
    54      */ 
    54      */