messagingappbase/mce/inc/MceOneRowMessageListContainer.h
branchRCL_3
changeset 21 c6838af47512
parent 0 72b543305e3a
child 29 7e4e4bcc75b6
--- 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