photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h
branchRCL_3
changeset 9 6b87b143d312
parent 2 7d9067c6fcb1
child 13 71da52165949
--- 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