diff -r 71da52165949 -r ce1c7ad1f18b photosgallery/viewframework/tvout/inc/glxhdmicontroller.h --- a/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h Fri Mar 12 15:42:44 2010 +0200 +++ b/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h Mon Mar 15 12:40:30 2010 +0200 @@ -53,14 +53,14 @@ TInt aFrameCount = 1, TBool aStore = ETrue); /* - * To Determine it is a video and not image + * To intimate that the item is not supported. */ - IMPORT_C void IsVideo(); + IMPORT_C void ItemNotSupported(); /* * Activating zoom in posting mode */ - IMPORT_C void ActivateZoom(); + IMPORT_C void ActivateZoom(TBool aAutoZoomOut); /* * Deactivating zoom in posting mode */ @@ -76,6 +76,11 @@ */ IMPORT_C void ShiftToPostingMode(); + /* + * Tells if HDMi is Connected. + */ + IMPORT_C TBool IsHDMIConnected(); + private:// From MGlxTvObserver virtual void HandleTvStatusChangedL ( TTvChangeType aChangeType );