sysresmonitoring/oommonitor/src/oomforegroundrule.cpp
branchRCL_3
changeset 12 7645e9ce10dc
parent 4 0fdb7f6b0309
child 62 924385140d98
equal deleted inserted replaced
4:0fdb7f6b0309 12:7645e9ce10dc
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "oomforegroundrule.h"
    19 #include "oomforegroundrule.h"
    20 #include "oomwindowgrouplist.h"
    20 #include "oomwindowgrouplist.h"
    21 #include "oomtraces.h"
    21 #include "OomTraces.h"
    22 
    22 
    23 // If the specified target app is in the foreground then apply the specified priority
    23 // If the specified target app is in the foreground then apply the specified priority
    24 COomForegroundRule::COomForegroundRule(TInt aTargetAppId, TInt aPriority) : iTargetAppId(aTargetAppId), iPriority(aPriority)
    24 COomForegroundRule::COomForegroundRule(TInt aTargetAppId, TInt aPriority) : iTargetAppId(aTargetAppId), iPriority(aPriority)
    25     {
    25     {
    26     FUNC_LOG;
    26     FUNC_LOG;