web_pub/browser_control_api/tsrc/inc/BrCtlApiTestContainer.h
changeset 65 5bfc169077b2
parent 36 0ed94ceaa377
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    18 #ifndef BRCTLBCTESTCONTAINER_H
    18 #ifndef BRCTLBCTESTCONTAINER_H
    19 #define BRCTLBCTESTCONTAINER_H
    19 #define BRCTLBCTESTCONTAINER_H
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 #include <coecntrl.h>
    22 #include <coecntrl.h>
    23 #include <brctlinterface.h> // interface under test
    23 #include <BrCtlInterface.h> // interface under test
    24 
    24 
    25 #include "brctlapitestobserver.h"
    25 #include "BrCtlApiTestObserver.h"
    26 #include "brctlapiteststatechangeobserver.h"
    26 #include "BrCtlApiTestStateChangeObserver.h"
    27 #include "brctlapitestdialogsprovider.h"
    27 #include "BrCtlApiTestDialogsProvider.h"
    28    
    28    
    29 // CONSTATNS
    29 // CONSTATNS
    30 const TInt KThisAppUid = 0xA0000181;
    30 const TInt KThisAppUid = 0xA0000181;
    31 
    31 
    32 _LIT( KUrlLoadTestHtml, "c:\\BrCtlTest\\loadtest.html" );
    32 _LIT( KUrlLoadTestHtml, "c:\\BrCtlTest\\loadtest.html" );