photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h
branchRCL_3
changeset 25 191387a8b767
parent 22 2dac0fdba72b
child 30 a60acebbbd9d
--- a/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h	Tue Apr 27 16:37:53 2010 +0300
@@ -121,7 +121,7 @@
     void DoMLViewDeactivate();
     
       //Shows the exipry note/dialog for expired DRM files
-      void ShowDrmExpiaryNoteL();
+      void ShowDrmExpiryNoteL();
       
 	  // Callback for periodic timer, static, 
 	  static TInt PeriodicCallback( TAny* aPtr );
@@ -337,6 +337,10 @@
     TBool iImgViewerMode;
 	CGlxMMCNotifier* iMMCNotifier;
 	TBool iMMCState;
+	TSize iScrnSize;   // ScrnSize
+	TSize iGridIconSize; // grid icon size
+    TBool iIsDialogLaunched;
+    TBool iIsMMCRemoved;
     };
 
 #endif