webengine/osswebengine/WebKit/s60/webview/webview_api_test/tsrc/src/BrCtlApiTestContainer.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
     9 *  Copyright: 
     9 *  Copyright: 
    10 * ============================================================================
    10 * ============================================================================
    11 */
    11 */
    12 
    12 
    13 // INCLUDE FILES
    13 // INCLUDE FILES
    14 #include "BrCtlApiTestContainer.h"
    14 #include "brctlapitestcontainer.h"
    15 
    15 
    16 #include <eiklabel.h>  // for example label control
    16 #include <eiklabel.h>  // for example label control
    17 #include <aknview.h>
    17 #include <aknview.h>
    18 //#include <AknGlobalConfirmationQuery.h>
    18 //#include <AknGlobalConfirmationQuery.h>
    19 #include <BrCtlInterface.h>
    19 #include <brctlinterface.h>
    20 #include <BrCtl.h>
    20 #include <BrCtl.h>
    21 #include <CHARCONV.H>
    21 #include <CHARCONV.H>
    22 #include "BrCtlApiTestObserver.h"
    22 #include "brctlapitestobserver.h"
    23 #include "BrCtlApiTestStateChangeObserver.h"
    23 #include "brctlapiteststatechangeobserver.h"
    24 #include <e32std.h>
    24 #include <e32std.h>
    25 
    25 
    26 _LIT8( KContentDataType, "text/html" );
    26 _LIT8( KContentDataType, "text/html" );
    27 
    27 
    28 // ================= MEMBER FUNCTIONS =======================
    28 // ================= MEMBER FUNCTIONS =======================