calendarui/views/inc/calenmonthcontainer.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 21 9711e452b5e9
--- a/calendarui/views/inc/calenmonthcontainer.h	Fri Feb 19 22:49:53 2010 +0200
+++ b/calendarui/views/inc/calenmonthcontainer.h	Fri Mar 12 15:42:35 2010 +0200
@@ -127,6 +127,11 @@
     void HidePopup();
     
     void RedrawPreviewPane();
+    
+    /**
+     * returns previewpane pointer
+     */    
+    const MCalenPreview* PreviewPane();
 
 
 private:    // New function
@@ -364,8 +369,7 @@
     // View specific data, references to views data
     TTime& iDate;
     TTime iOldFirstDayOfGrid;
-	TBool iChangeMonth;
-	TBool iNativePreview;
+	TBool iChangeMonth;	
     };
 
 #endif //CALENMONTHCONT_H