equal
deleted
inserted
replaced
19 #ifndef HISTORYCONTROLLER_H |
19 #ifndef HISTORYCONTROLLER_H |
20 #define HISTORYCONTROLLER_H |
20 #define HISTORYCONTROLLER_H |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 #include <BrCtlDefs.h> |
24 #include <brctldefs.h> |
25 #include "HistoryInterface.h" |
25 #include "HistoryInterface.h" |
26 |
26 |
27 // CONSTANTS |
27 // CONSTANTS |
28 |
28 |
29 static const TUint KHistoryStackSize = 20; |
29 static const TUint KHistoryStackSize = 20; |
272 void setPossibleWmlOEB(TBool aFlag) { m_possibleWmlOEB = aFlag; } |
272 void setPossibleWmlOEB(TBool aFlag) { m_possibleWmlOEB = aFlag; } |
273 TBool possibleWmlOEB() { return m_possibleWmlOEB; } |
273 TBool possibleWmlOEB() { return m_possibleWmlOEB; } |
274 |
274 |
275 void performTransition(int direction); |
275 void performTransition(int direction); |
276 |
276 |
|
277 virtual void rollBackIndex(); |
277 |
278 |
278 private: |
279 private: |
279 |
280 |
280 /** |
281 /** |
281 * Construct. |
282 * Construct. |