messagingappbase/mce/inc/MceMainViewListView.h
branchRCL_3
changeset 28 fbb813aef148
parent 22 52d61119153d
--- a/messagingappbase/mce/inc/MceMainViewListView.h	Tue Apr 27 16:33:37 2010 +0300
+++ b/messagingappbase/mce/inc/MceMainViewListView.h	Tue May 11 16:10:04 2010 +0300
@@ -165,6 +165,14 @@
         * From MMceMainViewListItemArrayObserver
         */
         virtual void MceListItemArrayChangedL( );
+        
+        /**
+         * Called Main view refresh is happening 
+         * and need to know flick is ON\OFF
+         * @return ETrue if flick is ON 
+         * otherwise OFF 
+         */
+        TBool MceListItemArrayFlickEvent();
 
     protected:  // Functions from base classes
 
@@ -298,6 +306,12 @@
          * KFeatureIdFfEmailFramework is enabled
          */
         TBool  iEmailFramework;        
+        /**
+         * Flag that shows Flicking status in Main View
+         * ETrue if ON
+         * otherwsie EFalse
+         */
+        TBool                           iFlick; 
     };
 
 #endif