filemanager/App/src/CFileManagerContainerBase.cpp
branchRCL_3
changeset 10 875fd7f60fdf
parent 0 6a9f87576119
equal deleted inserted replaced
9:60626d494346 10:875fd7f60fdf
   576 void CFileManagerContainerBase::ListBoxSetSelectionIndexesL(const CArrayFixFlat<TInt>* 
   576 void CFileManagerContainerBase::ListBoxSetSelectionIndexesL(const CArrayFixFlat<TInt>* 
   577                                                                 aSelectionIndexes)
   577                                                                 aSelectionIndexes)
   578 	{
   578 	{
   579 	iListBox->View()->SetSelectionIndexesL( aSelectionIndexes );
   579 	iListBox->View()->SetSelectionIndexesL( aSelectionIndexes );
   580 	}
   580 	}
   581 
   581 	
       
   582 // -----------------------------------------------------------------------------
       
   583 // CFileManagerContainerBase::SearchFieldToListBoxIndex
       
   584 // 
       
   585 // -----------------------------------------------------------------------------
       
   586 //
       
   587 TInt CFileManagerContainerBase::SearchFieldToListBoxIndex( TInt aIndex )
       
   588     {
       
   589     return 0;
       
   590     }
   582 //  End of File  
   591 //  End of File