photosgallery/viewframework/tvout/inc/glxhdmicontroller.h
branchRCL_3
changeset 17 a60acebbbd9d
parent 15 191387a8b767
child 18 78ad99c24f08
--- a/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Tue Apr 27 16:37:53 2010 +0300
+++ b/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Tue May 11 16:13:40 2010 +0300
@@ -80,7 +80,7 @@
     IMPORT_C TBool IsHDMIConnected();
 
 private:// From MGlxTvObserver
-    virtual void HandleTvStatusChangedL ( TTvChangeType aChangeType );
+    void HandleTvStatusChangedL ( TTvChangeType aChangeType );
 
 private:
     /*
@@ -127,7 +127,8 @@
     CGlxHdmiContainer*      iHdmiContainer;
     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
     CGlxTv*  iGlxTvOut;
-    TBool iIsImageSupported;
+    TBool   iIsImageSupported;          // Flag to see if Image is supported
+    TBool   iPhotosForeground;             // Flag for determining if the image needs to be in posting mode
     };
 
 #endif /* GLXHDMICONTROLLER_H_ */