calendarui/views/inc/calenweekview.h
branchRCL_3
changeset 23 51372538e3d3
parent 20 9c5b1510919f
--- 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