diff -r a9c7e5670d17 -r c6838af47512 messagingappbase/mce/inc/MceOneRowMessageListContainer.h --- a/messagingappbase/mce/inc/MceOneRowMessageListContainer.h Mon Mar 15 12:40:06 2010 +0200 +++ b/messagingappbase/mce/inc/MceOneRowMessageListContainer.h Wed Mar 31 21:25:02 2010 +0300 @@ -38,7 +38,7 @@ class CAknsBasicBackgroundControlContext; class CPtiEngine; class CAknTreeList; - +class CMtmUiDataRegistry; // CLASS DECLARATION @@ -548,6 +548,14 @@ */ void HandleOperationCompletedL(); + /** + * Check the MTM technology type for Mail Technology + * @param aMtm: Mtm Uid + * @return : ETrue if Mtm Technology is Mail + * otherwsie EFalse + */ + TBool IsMailMtmTechnology( TUid aMtm )const; + private: CAknSingleColumnStyleTreeList* iTreeListBox; @@ -579,6 +587,7 @@ * KFeatureIdFfEmailFramework is enabled */ TBool iEmailFramework; + CMtmUiDataRegistry* iUiRegistry; }; #endif