webengine/wmlengine/src/MVC/include/MVCShell.h
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #ifndef __MVCSHELL_H
    18 #ifndef __MVCSHELL_H
    20 #define __MVCSHELL_H
    19 #define __MVCSHELL_H
    21 
    20 
    22 
       
    23 #include <apmstd.h>
    21 #include <apmstd.h>
    24 #include "BrsrStatusCodes.h"
       
    25 #include "BrsrTypes.h"
       
    26 #include <badesca.h>
    22 #include <badesca.h>
    27 #include <bldvariant.hrh>
    23 #include <bldvariant.hrh>
    28 #include <charconv.h>
    24 #include <charconv.h>
    29 #include <e32base.h>
    25 #include <e32base.h>
    30 #include <e32std.h>
    26 #include <e32std.h>
    31 #include <f32file.h>
    27 #include <f32file.h>
    32 #include <ApEngineConsts.h>
    28 #include <ApEngineConsts.h>
    33 
    29 
    34 #include "brctldialogsprovider.h"
    30 #include <brctldialogsprovider.h>
       
    31 #include "BrsrStatusCodes.h"
       
    32 #include "BrsrTypes.h"
    35 
    33 
    36 #include "HEDDocumentListener.h"
    34 #include "HEDDocumentListener.h"
    37 #include "httploader_mlinkresolvercallbacks.h"
    35 #include "httploader_mlinkresolvercallbacks.h"
    38 #include "MSGMessageListener.h"
    36 #include "MSGMessageListener.h"
    39 #include "MVCViewListener.h"
    37 #include "MVCViewListener.h"
    40 #include "nw_hed_appservices.h"
    38 #include "nw_hed_appservices.h"
    41 #include "nw_errnotify.h"
    39 #include "nw_errnotify.h"
    42 #include "nw_scrproxy.h"
    40 #include "nw_scrproxy.h"
    43 #include "nw_wae.h"
    41 #include "nw_wae.h"
    44 #include "nwx_defs.h"
    42 #include "nwx_defs.h"
    45 #include "nwx_status.h"
    43 #include <nwx_status.h>
    46 #include "urlloader_urlresponse.h"
    44 #include "urlloader_urlresponse.h"
    47 #include "EmbeddedDocExitObserver.h"
    45 #include "EmbeddedDocExitObserver.h"
    48 //R
    46 //R
    49 #include "historystack.h"
    47 #include "historystack.h"
    50 //#include "webkitview.h"
    48 //#include "webkitview.h"
    51 #include "wmlcontrol.h"
    49 #include "wmlcontrol.h"
    52 
    50 
    53 
       
    54 #ifdef __SERIES60_WIM
    51 #ifdef __SERIES60_WIM
    55 #include "WimUi.h"
    52 #include "WimUi.h"
    56 #endif __SERIES60_WIM
    53 #endif __SERIES60_WIM
    57 
       
    58 
    54 
    59 enum TUrlLoadState
    55 enum TUrlLoadState
    60   {
    56   {
    61   // We are now loading the URL
    57   // We are now loading the URL
    62   EUrlLoadingProgressing,
    58   EUrlLoadingProgressing,