sysresmonitoring/oommonitor/inc/oomcloseapp.h
branchRCL_3
changeset 82 4610cd70c542
parent 58 0818dd463d41
equal deleted inserted replaced
70:739cef680932 82:4610cd70c542
     1 /*
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    50     /**
    50     /**
    51      * Close the application in order to free memory
    51      * Close the application in order to free memory
    52      * Call the COomAction::MemoryFreed when it is done
    52      * Call the COomAction::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, TBool aIsDataPaged);
    55     virtual void FreeMemory(TInt aBytesRequested);
    56     
    56     
    57     ~COomCloseApp();
    57     ~COomCloseApp();
    58     
    58     
    59     /**
    59     /**
    60      * Callback from COomAppCloseWatcher and COomAppCloseTimer
    60      * Callback from COomAppCloseWatcher and COomAppCloseTimer