photosgallery/viewframework/dataprovider/src/glxmulmodelproviderbase.cpp
branchRCL_3
changeset 64 34937ec34dac
parent 60 5b3385a43d68
child 75 01504893d9cb
--- a/photosgallery/viewframework/dataprovider/src/glxmulmodelproviderbase.cpp	Wed Sep 01 12:33:26 2010 +0100
+++ b/photosgallery/viewframework/dataprovider/src/glxmulmodelproviderbase.cpp	Tue Sep 14 21:19:17 2010 +0300
@@ -312,7 +312,7 @@
 // ----------------------------------------------------------------------------
 //	
 void CGlxMulModelProviderBase::SetDataT( const CGlxBinding& aBinding,
-        const TGlxMedia& aMedia, TInt aAtIndex )
+        const TGlxMedia& aMedia, TInt aAtIndex, MGlxMediaList& aMediaList )
     {
     TRACER("CGlxMulModelProviderBase::SetDataT");
     
@@ -335,7 +335,7 @@
             if (!iDrmGifTextureCreator)
                 {
                 iDrmGifTextureCreator = CGlxDrmGifTextureCreator::NewL(
-                        aBinding, aMedia, aAtIndex, iModel);
+                        aBinding, aMedia, aAtIndex, iModel, aMediaList);
                 }
             else
                 {