mmappcomponents/audiofetcher/inc/audiofetcherfilehandler.h
branchRCL_3
changeset 67 16db3449d7ba
parent 63 91d5ad76f5c6
--- a/mmappcomponents/audiofetcher/inc/audiofetcherfilehandler.h	Wed Sep 15 12:45:22 2010 +0300
+++ b/mmappcomponents/audiofetcher/inc/audiofetcherfilehandler.h	Wed Oct 13 15:06:09 2010 +0300
@@ -166,7 +166,6 @@
         void SetObserver( MAudioFetcherFileHandlerObserver* aObserver );
         void SetQueryId( TInt aId );
         void EnableObserverCall( TBool aEnable );
-        void SetMimeType( const MDesCArray& aMimeTypeArray );
         
     public:
         TInt RomFileAttribute( TInt aIndex, TInt aAttr );
@@ -186,7 +185,6 @@
     private:
 
         void ExcludeRomFilesL( CMdELogicCondition& aCondition );
-        void MimeFilterL( CMdELogicCondition& aCondition );
 
     private:
         void LeaveIfSessionClosedL();
@@ -229,9 +227,6 @@
 
         // search result list - ui shows items from this list
         CSearchList* iSearchList;
-        
-        // Mime Type array
-        const MDesCArray* iMimeTypeArray;
 
         // metadata search text
         TBuf<128> iSearchText;