sysresmonitoring/oommonitor/inc/oomconfig.inl
changeset 81 676b6116ca93
parent 35 13fd6fd25fe7
--- a/sysresmonitoring/oommonitor/inc/oomconfig.inl	Tue Oct 12 17:17:12 2010 +0300
+++ b/sysresmonitoring/oommonitor/inc/oomconfig.inl	Wed Oct 20 17:03:03 2010 +0300
@@ -36,7 +36,9 @@
 
 void COomConfig::SetSwapUsageMonitored(TBool aMonitored)
     {
+#ifndef __WINSCW__
     iGlobalConfig.iSwapUsageMonitored = aMonitored;
+#endif    
     }
 
 void COomConfig::SetDefaultLowSwapThreshold(TInt aLowSwapThreshold)