sysresmonitoring/oommonitor/inc/oomactionconfig.inl
changeset 35 13fd6fd25fe7
equal deleted inserted replaced
29:6a787171e1de 35:13fd6fd25fe7
       
     1 /*
       
     2 * Copyright (c) 2006-2010  Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Configuration representation classes for Out of Memory Monitor.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef OOMACTIONCONFIGINL_H_
       
    20 #define OOMACTIONCONFIGINL_H_
       
    21 
       
    22 // Set the priority of this action
       
    23 // This priority will be applied if none of the attached rules can be applied
       
    24 inline void COomActionConfig::SetDefaultPriority(TUint aPriority)
       
    25     {
       
    26     iDefaultPriority = aPriority;
       
    27     }
       
    28 
       
    29 
       
    30 #endif /*OOMACTIONCONFIGINL_H_*/