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