widgets/widgetapp/src/WidgetUiWindowManager.cpp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    29 #ifdef BRDO_WRT_HS_FF
    29 #ifdef BRDO_WRT_HS_FF
    30 #include "cpspublisher.h"
    30 #include "cpspublisher.h"
    31 #endif
    31 #endif
    32 
    32 
    33 #include <WidgetUi.rsg>
    33 #include <WidgetUi.rsg>
    34 #include <BrCtlInterface.h>
    34 #include <brctlinterface.h>
    35 #include <WidgetRegistryConstants.h>
    35 #include <WidgetRegistryConstants.h>
    36 #include <centralrepository.h>
    36 #include <centralrepository.h>
    37 #include <StringLoader.h>
    37 #include <StringLoader.h>
    38 #include <AknNoteDialog.h>
    38 #include <aknnotedialog.h>
    39 #include <BrowserDialogsProvider.h>
    39 #include <BrowserDialogsProvider.h>
    40 #include <S32FILE.H>
    40 #include <s32file.h>
    41 #include <aknnotewrappers.h>
    41 #include <aknnotewrappers.h>
    42 #include "cpglobals.h" // CPS string definitions.
    42 #include "cpglobals.h" // CPS string definitions.
    43 
    43 
    44 #include <InternetConnectionManager.h>
    44 #include <InternetConnectionManager.h>
    45 #include <ActiveApDb.h>
    45 #include <ActiveApDb.h>
    46 #include <oommonitorsession.h>
    46 #include <oommonitorsession.h>
    47 #include <aknglobalnote.h>
    47 #include <AknGlobalNote.h>
    48 
    48 
    49 // LOCAL FUNCTION PROTOTYPES
    49 // LOCAL FUNCTION PROTOTYPES
    50 TInt doDestructOOMNotifyTimer( TAny* ptr );
    50 TInt doDestructOOMNotifyTimer( TAny* ptr );
    51 TInt doNotifyHarvester( TAny* ptr );
    51 TInt doNotifyHarvester( TAny* ptr );
    52 
    52