diff -r e1bea15f9a39 -r 79859ed3eea9 webengine/osswebengine/MemoryManager/Inc/StopScheduler.h --- a/webengine/osswebengine/MemoryManager/Inc/StopScheduler.h Thu Aug 19 10:58:56 2010 +0300 +++ b/webengine/osswebengine/MemoryManager/Inc/StopScheduler.h Tue Aug 31 16:17:46 2010 +0300 @@ -20,12 +20,9 @@ // INCLUDES -#include +#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 @@ -94,4 +91,5 @@ RTimer iCheckTimer; TInt iNextStop; }; -#endif + +#endif \ No newline at end of file