photosgallery/viewframework/tvout/inc/glxhdmicontroller.h
branchRCL_3
changeset 15 191387a8b767
parent 13 bcb43dc84c44
child 17 a60acebbbd9d
--- a/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Tue Apr 27 16:37:53 2010 +0300
@@ -47,7 +47,8 @@
      * Update Image
      * @param1 - Image file path
      */
-    IMPORT_C void SetImageL(const TDesC& aImageFile, TBool aStore = ETrue);
+    IMPORT_C void SetImageL(const TDesC& aImageFile, CFbsBitmap* aFsBitmap = NULL, 
+            TBool aStore = ETrue);
 
     /*
      * To intimate that the item is not supported.  
@@ -117,16 +118,16 @@
      * Stores the Image File name
      * @param1 - Image file
      */
-    void StoreImageInfoL(const TDesC& aImageFile);
+    void StoreImageInfoL(const TDesC& aImageFile, CFbsBitmap* aFsBitmap);
 
 private:
+    CFbsBitmap* iFsBitmap;
     HBufC*  iStoredImagePath;
     
     CGlxHdmiContainer*      iHdmiContainer;
     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
     CGlxTv*  iGlxTvOut;
     TBool iIsImageSupported;
-	TBool iIsPostingMode;
     };
 
 #endif /* GLXHDMICONTROLLER_H_ */