sysresmonitoring/oommonitor/inc/oomactionlist.inl
branchRCL_3
changeset 58 0818dd463d41
parent 4 0fdb7f6b0309
child 82 4610cd70c542
equal deleted inserted replaced
57:5e7d68cc22e0 58:0818dd463d41
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010  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".
    35 inline TInt32 COomPluginList<T>::Uid(TInt aIndex)
    35 inline TInt32 COomPluginList<T>::Uid(TInt aIndex)
    36     {
    36     {
    37     return iPlugins[aIndex].iUid;
    37     return iPlugins[aIndex].iUid;
    38     }
    38     }
    39     
    39     
    40 inline void COomActionList::SetCurrentTarget(TUint aCurrentTarget)
    40 inline void COomActionList::SetCurrentTargets(TUint aCurrentRamTarget, TUint aCurrentSwapTarget)
    41     {
    41     {
    42     iCurrentTarget = aCurrentTarget;
    42     iCurrentRamTarget = aCurrentRamTarget;
       
    43     iCurrentSwapTarget = aCurrentSwapTarget;
    43     }
    44     }
    44 
    45 
    45 
    46 
    46 #endif /*OOMACTIONLISTINL_H_*/
    47 #endif /*OOMACTIONLISTINL_H_*/