commonutilities/common/inc/glxfilterfactory.h
changeset 70 a91aa46552be
parent 49 f291796e213d
--- a/commonutilities/common/inc/glxfilterfactory.h	Fri Sep 17 08:29:24 2010 +0300
+++ b/commonutilities/common/inc/glxfilterfactory.h	Mon Oct 04 00:17:18 2010 +0300
@@ -179,6 +179,15 @@
                                                                             CMPXCollectionPath* aSelectedListPath = NULL,
                                                                             TBool aReverseSortDirection = EFalse);
     
+
+    /**
+    * Creates a MimeType  filter, Used to specify item of perticulr mime type.
+    *
+    * @param const TDesC& aMimeType ( mime type of item)
+    * @return a filter object with array elements set specifying mime type filter type
+    */
+    IMPORT_C static CMPXFilter* TGlxFilterFactory::CreateMimeTypeFilterL(const TDesC& aMimeType);    
+
     /**
     * Creates a combined filter. items will be sorted by the filters specified
     *