diff -r 673fb3e04649 -r 8bda91a87a00 profilesservices/MediaFileList/Inc/mediafilehandler.h --- a/profilesservices/MediaFileList/Inc/mediafilehandler.h Thu Jul 15 18:57:55 2010 +0300 +++ b/profilesservices/MediaFileList/Inc/mediafilehandler.h Thu Aug 19 10:12:30 2010 +0300 @@ -228,6 +228,13 @@ void GetAttribute( TInt aIndex, TInt aAttr, TDes& aValue, TInt aQueryId ); CMediaFileData* ReadMediaFileDataL( TInt aId ); void CancelQuery(); + + /** + * Remove an item from list of search reuslt + * @param aIndex Search list's index. + * @return None. + */ + void Remove( TInt aIndex ); public: TInt ItemIndex( const TDesC& aItemText, TInt aIndex ); @@ -489,6 +496,13 @@ void SetSearchId( TInt aId ); TInt SearchId(); + /** + * Remove an item from the list of search results. + * @param aIndex List's index. + * @return None. + */ + void Remove( TInt aIndex ); + public: TInt ItemIndex( TInt aId ); TInt ItemIndex( const TDesC& aText );