webengine/osswebengine/WebKit/s60/webview/webview_api_test/tsrc/src/BrCtlApiTestContainer.cpp
changeset 65 5bfc169077b2
parent 36 0ed94ceaa377
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
     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 =======================