photosgallery/viewframework/dataprovider/inc/glxmedialistmulmodelprovider.h
changeset 1 9ba538e329bd
parent 0 4e91876724a2
child 56 b023a8d2866a
--- a/photosgallery/viewframework/dataprovider/inc/glxmedialistmulmodelprovider.h	Thu Dec 17 08:45:44 2009 +0200
+++ b/photosgallery/viewframework/dataprovider/inc/glxmedialistmulmodelprovider.h	Thu Jan 07 12:46:23 2010 +0200
@@ -57,6 +57,14 @@
 	* Destructor
 	*/            
     IMPORT_C ~CGlxMediaListMulModelProvider();
+    
+      /**
+      * Requests the data model to update
+      * 
+      * @param aIndex Position from where items have to be updated.
+      * @param aCount Number of items to be updated.
+      */ 
+    IMPORT_C void UpdateItems( TInt aIndex, TInt aCount );
 
 private:
     CGlxMediaListMulModelProvider();