diff -r c6838af47512 -r 52d61119153d messagingappbase/mce/inc/MceMainViewListItemArray.h --- a/messagingappbase/mce/inc/MceMainViewListItemArray.h Wed Mar 31 21:25:02 2010 +0300 +++ b/messagingappbase/mce/inc/MceMainViewListItemArray.h Wed Apr 14 15:53:21 2010 +0300 @@ -269,6 +269,10 @@ TBool MMceUtilsIdleClassStepL(); void SetListItemArrayObserver( MMceMainViewListItemArrayObserver* aObserver ); + /* + * Set the Default Message viewing style + */ + void SetDefaultViewSettings(TBool ); private: @@ -455,6 +459,11 @@ //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 + */ + TPtrC CreateConversationsListItem( TInt aIndex ) const; private: // Data CMsvSessionPtr iSession; CMsvEntry* iFolderEntry; @@ -489,6 +498,10 @@ * KFeatureIdFfEmailFramework is enabled */ TBool iEmailFramework; + /** + * Holds the current default Messagign viewing style type + */ + TBool iDefaultViewSettings; }; #endif // MCEMAINVIEWLISTITEMARRAY_H