emailuis/emailui/inc/FreestyleEmailUiCLSListsHandler.h
branchRCL_3
changeset 73 c8382f7b54ef
parent 70 968773a0b6ef
child 80 726fba06891a
equal deleted inserted replaced
70:968773a0b6ef 73:c8382f7b54ef
   160      *
   160      *
   161      * @return TBool ETrue if current item was new match. EFalse if matched item was the same as previous match
   161      * @return TBool ETrue if current item was new match. EFalse if matched item was the same as previous match
   162      */
   162      */
   163 	TBool ReadCLSInfoFromMRUListIndexL( MDesCArray& aTextArray,
   163 	TBool ReadCLSInfoFromMRUListIndexL( MDesCArray& aTextArray,
   164 										CFSEmailUiClsItem& aClsItem,
   164 										CFSEmailUiClsItem& aClsItem,
   165 										const TInt aCurrentMatchIndex,
   165 										TInt aCurrentMatchIndex,
   166 										const TInt aPreviousMatchIndex );
   166 										TInt aPreviousMatchIndex );
   167 
   167 
   168     /**
   168     /**
   169      * Searches given cls item from the given list. If duplicate is found, it is returned.
   169      * Searches given cls item from the given list. If duplicate is found, it is returned.
   170      *
   170      *
   171 	 * @param aClsItem cls item to be found from the list
   171 	 * @param aClsItem cls item to be found from the list