sysresmonitoring/oommonitor/inc/oomconfig.inl
changeset 81 676b6116ca93
parent 35 13fd6fd25fe7
equal deleted inserted replaced
78:175a0d824084 81:676b6116ca93
    34     iGlobalConfig.iGoodRamThreshold = aGoodRamThreshold;
    34     iGlobalConfig.iGoodRamThreshold = aGoodRamThreshold;
    35     }
    35     }
    36 
    36 
    37 void COomConfig::SetSwapUsageMonitored(TBool aMonitored)
    37 void COomConfig::SetSwapUsageMonitored(TBool aMonitored)
    38     {
    38     {
       
    39 #ifndef __WINSCW__
    39     iGlobalConfig.iSwapUsageMonitored = aMonitored;
    40     iGlobalConfig.iSwapUsageMonitored = aMonitored;
       
    41 #endif    
    40     }
    42     }
    41 
    43 
    42 void COomConfig::SetDefaultLowSwapThreshold(TInt aLowSwapThreshold)
    44 void COomConfig::SetDefaultLowSwapThreshold(TInt aLowSwapThreshold)
    43     {
    45     {
    44     iGlobalConfig.iLowSwapThreshold = aLowSwapThreshold;
    46     iGlobalConfig.iLowSwapThreshold = aLowSwapThreshold;