messagingappbase/mce/inc/MceOneRowMessageListContainer.h
branchRCL_3
changeset 29 7e4e4bcc75b6
parent 21 c6838af47512
equal deleted inserted replaced
28:fbb813aef148 29:7e4e4bcc75b6
   585         /**
   585         /**
   586          * CMail Changes, it will be ETrue if 
   586          * CMail Changes, it will be ETrue if 
   587          * KFeatureIdFfEmailFramework is enabled
   587          * KFeatureIdFfEmailFramework is enabled
   588          */
   588          */
   589         TBool                       iEmailFramework;
   589         TBool                       iEmailFramework;
   590         CMtmUiDataRegistry*             iUiRegistry;
   590         CMtmUiDataRegistry*         iUiRegistry;
       
   591         /**
       
   592          * For mass deletion of messages in onerowlist 
       
   593          * iDeletedMessges will keeptrack of no of messages got actually 
       
   594          *                 deleted and we got the call back from m/w
       
   595          * iSelectedSubTitles will keep list of all the subtitles from where
       
   596          *                 messages got deleted but not the subtitle.  
       
   597          */
       
   598         TInt                        iDeletedMessges;
       
   599         RArray<TAknTreeItemID>      iSelectedSubTitles;
       
   600 
   591     };
   601     };
   592 
   602 
   593 #endif
   603 #endif
   594 
   604 
   595 // End of file
   605 // End of file