web_pub/browser_control_api/tsrc/src/BrCtlApiTestContainer.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 25 0ed94ceaa377
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    14 * Description:  CBrCtlApiTestContainer from BrCtlBCTestContainer.h
    14 * Description:  CBrCtlApiTestContainer from BrCtlBCTestContainer.h
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // INCLUDE FILES
    18 // INCLUDE FILES
    19 #include "brctlapitestcontainer.h"
    19 #include "BrCtlApiTestContainer.h"
    20 
    20 
    21 #include <eiklabel.h>  // for example label control
    21 #include <eiklabel.h>  // for example label control
    22 #include <aknview.h>
    22 #include <aknview.h>
    23 #include <AknGlobalConfirmationQuery.h>
    23 #include <AknGlobalConfirmationQuery.h>
    24 #include <brctlinterface.h>
    24 #include <BrCtlInterface.h>
    25 #include <CHARCONV.H>
    25 #include <CHARCONV.H>
    26 #include "brctlapitestobserver.h"
    26 #include "BrCtlApiTestObserver.h"
    27 #include <e32std.h>
    27 #include <e32std.h>
    28 
    28 
    29 _LIT8( KContentDataType, "text/html" );
    29 _LIT8( KContentDataType, "text/html" );
    30 
    30 
    31 // ================= MEMBER FUNCTIONS =======================
    31 // ================= MEMBER FUNCTIONS =======================