webengine/osswebengine/WebKit/s60/webview/HistoryInterface.h
branchRCL_3
changeset 93 79859ed3eea9
parent 62 c711bdda59f4
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    19 #ifndef HISTORYINTERFACE_H
    19 #ifndef HISTORYINTERFACE_H
    20 #define HISTORYINTERFACE_H
    20 #define HISTORYINTERFACE_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <brctldefs.h>
    24 #include <BrCtlDefs.h>
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 
    27 
    28 
    28 
    29 // MACROS
    29 // MACROS
   240         virtual void goBackOrForward( int distance ) = 0;
   240         virtual void goBackOrForward( int distance ) = 0;
   241         virtual void setPossibleWmlOEB( TBool flag ) = 0;
   241         virtual void setPossibleWmlOEB( TBool flag ) = 0;
   242         virtual TBool possibleWmlOEB() = 0;
   242         virtual TBool possibleWmlOEB() = 0;
   243         
   243         
   244 		virtual void performTransition(int direction) = 0;
   244 		virtual void performTransition(int direction) = 0;
   245 	    virtual void rollBackIndex() = 0;
       
   246 
   245 
   247 };
   246 };
   248 
   247 
   249 
   248 
   250 
   249