commonutilities/common/inc/glxfilterfactory.h
changeset 45 863223ea6961
parent 23 74c9f037fd5d
child 65 ccee5c4b0de4
--- a/commonutilities/common/inc/glxfilterfactory.h	Fri Jun 11 17:53:15 2010 +0530
+++ b/commonutilities/common/inc/glxfilterfactory.h	Fri Jun 25 15:41:33 2010 +0530
@@ -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).
     *