photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/inc/glxdatasourcetaskmds.h
branchRCL_3
changeset 35 420f6808bf21
parent 0 4e91876724a2
--- a/photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/inc/glxdatasourcetaskmds.h	Tue May 25 12:42:31 2010 +0300
+++ b/photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/inc/glxdatasourcetaskmds.h	Wed Jun 09 09:41:51 2010 +0300
@@ -143,12 +143,7 @@
      * @return a pointer to the CGlxDataSourceMde object passed in on instantiation.
      */
     CGlxDataSourceMde* DataSource();
-
-    void AddMonthFilterL(const TGlxMediaId& aContainerId, 
-            TGlxFilterProperties& aFilterProperties);
     
-    void AddMonthFilterL(CMdEObject* aMonth, TGlxFilterProperties& aFilterProperties);
-        
 	/**
 	 * Set query contditions by container id and filter properties.
      * @param aLogicCondition logic condition to add conditions to
@@ -206,13 +201,6 @@
     void QueueAlbumObjectQueryL(const RArray<TGlxMediaId>& aObjectIds);
     
     /**
-     * Adds a query for "month" objects that have ids specified by aObjectIds
-     * to the query queue.
-     * @param aObjectIds A list of the ids of the required objects.
-     */
-    void QueueMonthObjectQueryL(const RArray<TGlxMediaId>& aObjectIds);
-    
-    /**
      * Adds a query for objects of type specified by aObjectDef
      * that have ids specified by aObjectIds to the query queue.
      * @param aObjectDef type of objects required.