diff -r 07e82e2b738b -r 51372538e3d3 calendarui/views/inc/calenweekview.h --- a/calendarui/views/inc/calenweekview.h Sun Jun 20 22:50:42 2010 +0200 +++ b/calendarui/views/inc/calenweekview.h Sun Jun 20 22:55:39 2010 +0200 @@ -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