equal
deleted
inserted
replaced
21 #include "BrowserApplication.h" |
21 #include "BrowserApplication.h" |
22 #include <e32std.h> |
22 #include <e32std.h> |
23 #include <u32std.h> |
23 #include <u32std.h> |
24 #include <eikapp.h> |
24 #include <eikapp.h> |
25 #include <eikstart.h> |
25 #include <eikstart.h> |
26 #include "MemoryManager.h" |
26 #include <MemoryManager.h> |
27 #include <OOMMonitorSession.h> |
27 #include <OOMMonitorSession.h> |
28 |
28 |
29 const int KFreeMemoryTarget = 6000000; |
29 const int KFreeMemoryTarget = 6000000; |
30 |
30 |
31 LOCAL_C CApaApplication* NewApplication( ) |
31 LOCAL_C CApaApplication* NewApplication( ) |