photosgallery/viewframework/dataprovider/inc/glxmulthumbnailvarianttype.h
branchRCL_3
changeset 23 b023a8d2866a
parent 18 78ad99c24f08
--- 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();