--- a/webengine/osswebengine/MemoryManager/Inc/StopScheduler.h Tue Aug 31 16:17:46 2010 +0300
+++ b/webengine/osswebengine/MemoryManager/Inc/StopScheduler.h Wed Sep 01 12:28:30 2010 +0100
@@ -20,9 +20,12 @@
// INCLUDES
-#include "MemoryManager.h"
+#include <MemoryManager.h>
// CONSTANTS
+static const TUint KGoodMemoryThreshold = ( 4*1024*1024 ); // keep checking memory levels
+static const TUint KLowMemoryThreshold = ( 2*1024*1024 ); // should stop activities
+static const TUint KStopThreshold = ( 1024*1024 ); // unsafe limit
// DATA TYPES
@@ -91,5 +94,4 @@
RTimer iCheckTimer;
TInt iNextStop;
};
-
-#endif
\ No newline at end of file
+#endif