sysresmonitoring/oommonitor/inc/oomidletimerule.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 OOMIDLETIMERULEINL_H_
       
    20 #define OOMIDLETIMERULEINL_H_
       
    21 
       
    22 inline TUint COomIdleTimeRule::Priority() const
       
    23     {
       
    24     return iPriority;
       
    25     }
       
    26 
       
    27 #endif /*OOMIDLETIMERULEINL_H_*/