diff -r f7f0874bfe7d -r 6b87b143d312 photosgallery/viewframework/views/zoomview/inc/glxzoomcontrol.h --- a/photosgallery/viewframework/views/zoomview/inc/glxzoomcontrol.h Tue Feb 02 10:12:14 2010 +0200 +++ b/photosgallery/viewframework/views/zoomview/inc/glxzoomcontrol.h Fri Feb 19 22:51:01 2010 +0200 @@ -102,9 +102,11 @@ * Show the control and begin zooming in. * @param aIntialZoomLevel:The Initial Zoom Level shown when zoom is active from full screen view. * @param aTap :if the zoom was launched by tapping or by pressing volume key. - */ + * @param aViewingMode :if the image is opened from imgviewer or not + */ IMPORT_C void ActivateL(TInt aIntialZoomRatio,TZoomStartMode aStartMode,TInt aFocusIndex, - TGlxMedia& aItem, TPoint* aZoomFocus = NULL); + TGlxMedia& aItem, TPoint* aZoomFocus = NULL + ,TBool aViewingMode = EFalse); /** * Hide the control and disable zooming. @@ -252,7 +254,7 @@ CGlxTv* iGlxTvOut; CPeriodic* iTimer; TBool iZoomIn; - TBool iIsHDMIconnected; + }; #endif // C_GLXZOOMCONTROL_H