widgets/widgetlauncher/src/WidgetLauncher.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    29 #include <apgcli.h>
    29 #include <apgcli.h>
    30 #include <W32STD.H>
    30 #include <W32STD.H>
    31 #include <APGTASK.H>
    31 #include <APGTASK.H>
    32 #include <oommonitorsession.h>
    32 #include <oommonitorsession.h>
    33 #include <e32property.h>
    33 #include <e32property.h>
    34 #ifndef FF_OOM_MONITOR2_COMPONENT 
       
    35 #include <systemwarninglevels.hrh>
    34 #include <systemwarninglevels.hrh>
    36 #endif
    35 #include "Browser_platform_variant.hrh"
    37 #include "browser_platform_variant.hrh"
       
    38 
    36 
    39 // CONSTANTS
    37 // CONSTANTS
    40 #define KUidWidgetOOMPlugin 0x10282855
    38 #define KUidWidgetOOMPlugin 0x10282855
    41 const TInt KMemoryToLaunchWidgetUi = 17*1024*1024;
    39 const TInt KMemoryToLaunchWidgetUi = 17*1024*1024;
    42 
    40