diff -r f7f0874bfe7d -r 6b87b143d312 photosgallery/viewframework/tvout/inc/glxhdmicontroller.h --- a/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h Tue Feb 02 10:12:14 2010 +0200 +++ b/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h Fri Feb 19 22:51:01 2010 +0200 @@ -50,7 +50,7 @@ * @param3 - frame count */ IMPORT_C void SetImageL(const TDesC& aImageFile,TSize aImageDimensions, - TInt aFrameCount, TBool aStore = ETrue); + TInt aFrameCount = 1, TBool aStore = ETrue); /* * To Determine it is a video and not image @@ -65,6 +65,17 @@ * Deactivating zoom in posting mode */ IMPORT_C void DeactivateZoom(); + + /* + * ShiftToCloningMode + */ + IMPORT_C void ShiftToCloningMode(); + + /* + * ShiftToPostingMode + */ + IMPORT_C void ShiftToPostingMode(); + private:// From MGlxTvObserver virtual void HandleTvStatusChangedL ( TTvChangeType aChangeType ); @@ -118,8 +129,6 @@ CGlxHdmiContainer* iHdmiContainer; CGlxHdmiSurfaceUpdater* iSurfaceUpdater; CGlxTv* iGlxTvOut; - TBool iIsHDMIconnected; - TBool iIsHDMIdisConnected; }; #endif /* GLXHDMICONTROLLER_H_ */