diff -r e00582ce7ecd -r fbb813aef148 messagingappbase/mce/inc/MceMainViewListItemArray.h --- a/messagingappbase/mce/inc/MceMainViewListItemArray.h Tue Apr 27 16:33:37 2010 +0300 +++ b/messagingappbase/mce/inc/MceMainViewListItemArray.h Tue May 11 16:10:04 2010 +0300 @@ -65,6 +65,14 @@ */ virtual void MceListItemArrayChangedL( ) = 0; + + /** + * Called when Main view refresh is happening + * and need to know flick is ON\OFF + */ + virtual TBool MceListItemArrayFlickEvent( + ) = 0; + }; @@ -457,8 +465,6 @@ */ void ReadMainViewItemsFromRepositoryL(); - //Calculates the visible count excluding FS email stuff - TInt FindVisibleCountL(TMsvId serviceId) const; /** * Creates Conversation string for main view listbox. * @param aIndex: index of the message to be drawn