browserui/browser/BrowserAppInc/BrowserAppUi.h
changeset 24 868cceedabd3
parent 1 57d5b8e231c4
child 25 92a061761a7b
equal deleted inserted replaced
18:b57c5fc53578 24:868cceedabd3
    20 #ifndef __BROWSERAPPUI_H
    20 #ifndef __BROWSERAPPUI_H
    21 #define __BROWSERAPPUI_H
    21 #define __BROWSERAPPUI_H
    22 
    22 
    23 
    23 
    24 // INCLUDE FILES 
    24 // INCLUDE FILES 
    25 #include <Browser_platform_variant.hrh>
    25 #include <browser_platform_variant.hrh>
    26 #include <aknviewappui.h>
    26 #include <aknviewappui.h>
    27 #include <ConnectionObservers.h>	// CHG!
    27 #include <connectionobservers.h>	// CHG!
    28 #include <apgcli.h>
    28 #include <apgcli.h>
    29 #include "ApiProvider.h"
    29 #include "ApiProvider.h"
    30 #include "BrowserBuild.h"
    30 #include "BrowserBuild.h"
    31 #include "WmlBrowserBuild.h"
    31 #include "WmlBrowserBuild.h"
    32 #include "RecentUrlStore.h"
    32 #include "recenturlstore.h"
    33 
    33 
    34 #include <FavouritesDb.h>
    34 #include <favouritesdb.h>
    35 #include "DownloadedContentHandler.h"
    35 #include "downloadedcontenthandler.h"
    36 #include "WindowInfoProvider.h"
    36 #include "WindowInfoProvider.h"
    37 #include "BrowserOverriddenSettings.h"
    37 #include "browseroverriddensettings.h"
    38 
    38 
    39 // FORWARD DECLARATIONS
    39 // FORWARD DECLARATIONS
    40 class CBrowserViewBase;
    40 class CBrowserViewBase;
    41 class MCommsModel;
    41 class MCommsModel;
    42 class CBrowserCommsModel;
    42 class CBrowserCommsModel;
   101         * Destructor.
   101         * Destructor.
   102         */
   102         */
   103         ~CBrowserAppUi();
   103         ~CBrowserAppUi();
   104 
   104 
   105     public:
   105     public:
   106 
   106 #if defined(__S60_50__)
   107         /**
   107         /**
   108         * Handling the system Event.
   108         * Handling the system Event.
   109         * @since Series 60 1.2
   109         * @since Series 60 1.2
   110         * @param aEvent The System event passed.
   110         * @param aEvent The System event passed.
   111         */
   111         */
   112                 
   112                 
   113         void HandleSystemEventL(const TWsEvent& aEvent);
   113         void HandleSystemEventL(const TWsEvent& aEvent);
   114         
   114 #endif          
   115         /**
   115         /**
   116         * Get the active view.
   116         * Get the active view.
   117 		* @since Series 60 1.2
   117 		* @since Series 60 1.2
   118         * @return The current view.
   118         * @return The current view.
   119         */
   119         */