diff -r d68a4b5d5885 -r 9c5b1510919f calendarui/views/inc/calenweekview.h --- a/calendarui/views/inc/calenweekview.h Tue May 25 12:41:10 2010 +0300 +++ b/calendarui/views/inc/calenweekview.h Wed Jun 09 09:40:23 2010 +0300 @@ -48,6 +48,8 @@ * @param aTime Set a time to StatusPane */ void SetStatusPaneFromActiveContextL(); + + void UpdateCbaL(); public: // From CCalenView virtual TNextPopulationStep ActiveStepL(); @@ -148,6 +150,7 @@ TTime iTime; TInt iSelectedRowNumber; // The row number of the highlighted cell. TTimeIntervalMinutes iFirstRowTime; // The time of the first row on the screen. + TBool iShowBackButtonOnCba; }; #endif //CALENWEEKVIEW_H