diff -r f9e827349359 -r b023a8d2866a photosgallery/viewframework/dataprovider/inc/glxmulthumbnailvarianttype.h --- a/photosgallery/viewframework/dataprovider/inc/glxmulthumbnailvarianttype.h Mon Jun 21 15:40:32 2010 +0300 +++ b/photosgallery/viewframework/dataprovider/inc/glxmulthumbnailvarianttype.h Thu Jul 15 18:39:01 2010 +0300 @@ -41,18 +41,18 @@ public: static GlxThumbnailVariantType* NewL( const TGlxMedia& aMedia, const TSize& aSize, - TBool aIsFocused = EFalse ); + TBool aIsFocused = EFalse, TInt aTextureId = KErrNotFound ); static GlxThumbnailVariantType* NewLC( const TGlxMedia& aMedia, const TSize& aSize, - TBool aIsFocused = EFalse ); + TBool aIsFocused = EFalse, TInt aTextureId = KErrNotFound); void ConstructL( const TGlxMedia& aMedia, const TSize& aSize, TBool - aIsFocused = EFalse ); + aIsFocused = EFalse, TInt aTextureId = KErrNotFound); /** constructor * Create via new (EMM) ... */ GlxThumbnailVariantType( const TGlxMedia& aMedia, const TSize& aSize, - TBool aIsFocused = EFalse ); + TBool aIsFocused = EFalse, TInt aTextureId = KErrNotFound); /** destructor */ ~GlxThumbnailVariantType();