diff -r f7f0874bfe7d -r 6b87b143d312 photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h --- a/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Tue Feb 02 10:12:14 2010 +0200 +++ b/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Fri Feb 19 22:51:01 2010 +0200 @@ -45,6 +45,7 @@ class CGlxDRMUtility; class CGlxHdmiController; class CGestureHelper; +class TGlxMedia; //class CHgContextUtility; namespace Alf @@ -257,7 +258,11 @@ * Remove the fullscreen texture. */ void RemoveTexture(); - + /** + * Consume DRM rights + */ + void ConsumeDRMRightsL( const TDesC& uri ); + private: /** Softkey resource id's */ TFullScreenViewResourceIds iResourceIds; @@ -309,7 +314,7 @@ TInt iInitialZoomRatio ; //Previous focused index TInt iOldFocusIndex; - + TBool iImgViewerMode; }; #endif