commonutilities/common/inc/glxfilterfactory.h
changeset 49 f291796e213d
parent 23 74c9f037fd5d
child 65 ccee5c4b0de4
--- a/commonutilities/common/inc/glxfilterfactory.h	Wed Jun 23 18:12:48 2010 +0300
+++ b/commonutilities/common/inc/glxfilterfactory.h	Tue Jul 06 14:16:16 2010 +0300
@@ -54,7 +54,14 @@
     * @return a filter object with array elements set specifying the filter type (Images or Video)
     */
     IMPORT_C static CMPXFilter* CreateItemTypeFilterL(TGlxFilterItemType aItemType);
-
+    /**
+    * Creates a URI filter, Used to specify 1 particular item (no wild cards allowed).
+    *
+    * @param TGlxMediaGeneralCategory ( EMPXImage )
+    * @return a filter object with array non drm images
+    */
+	IMPORT_C static CMPXFilter* TGlxFilterFactory::CreateExcludeDrmImageTypeFilterL(TGlxFilterItemType aFilterType);
+	
     /**
     * Creates a URI filter, Used to specify 1 particular item (no wild cards allowed).
     *