calendarui/views/inc/calenweekview.h
branchRCL_3
changeset 36 9c5b1510919f
parent 0 f979ecb2b13e
child 67 1539a383d7b6
--- 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