photosgallery/viewframework/dataprovider/inc/glxmulmodelproviderbase.h
branchRCL_3
changeset 64 34937ec34dac
parent 60 5b3385a43d68
equal deleted inserted replaced
60:5b3385a43d68 64:34937ec34dac
    89 	 * @param aBinding Binding used to update the item
    89 	 * @param aBinding Binding used to update the item
    90 	 * @param aMedia media item which has the updated data
    90 	 * @param aMedia media item which has the updated data
    91 	 * @param aAtIndex media list index
    91 	 * @param aAtIndex media list index
    92 	 */
    92 	 */
    93 	void SetDataT( const CGlxBinding& aBinding, const TGlxMedia& aMedia,
    93 	void SetDataT( const CGlxBinding& aBinding, const TGlxMedia& aMedia,
    94         TInt aAtIndex );
    94         TInt aAtIndex, MGlxMediaList& aMediaList);
    95 
    95 
    96     /// @todo docs	 
    96     /// @todo docs	 
    97 	void UpdateItems( TInt aIndex, TInt aCount );
    97 	void UpdateItems( TInt aIndex, TInt aCount );
    98                 
    98                 
    99  	/**
    99  	/**