voiceui/voiceuivoicerecognition/src/vuiccontactresultsstate.cpp
branchRCL_3
changeset 7 f096c31e006a
parent 1 b13cd05eeb2f
equal deleted inserted replaced
5:01d847e5a91b 7:f096c31e006a
   484     TInt count = iTagList->Count();
   484     TInt count = iTagList->Count();
   485            
   485            
   486     CDesC16ArrayFlat* items = new ( ELeave ) CDesC16ArrayFlat( KSindMaxResults );
   486     CDesC16ArrayFlat* items = new ( ELeave ) CDesC16ArrayFlat( KSindMaxResults );
   487     CleanupStack::PushL( items );
   487     CleanupStack::PushL( items );
   488 
   488 
   489     TName buffer;
   489     TFullName buffer;
   490     
   490     
   491     for ( TInt i = 0; i < count; ++i )
   491     for ( TInt i = 0; i < count; ++i )
   492         {
   492         {
   493         MNssTag* tag = iTagList->At( i );        
   493         MNssTag* tag = iTagList->At( i );        
   494         
   494