diff -r 191387a8b767 -r a60acebbbd9d photosgallery/viewframework/tvout/inc/glxhdmicontroller.h --- 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_ */