photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwedit.h
branchRCL_3
changeset 25 191387a8b767
parent 14 ce1c7ad1f18b
child 35 420f6808bf21
--- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwedit.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwedit.h	Tue Apr 27 16:37:53 2010 +0300
@@ -80,7 +80,8 @@
 
     void DoActivateL(TInt aViewId);
     TBool DoExecuteL( TInt aCommandId , MGlxMediaList& aList);
-    void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);
+    void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane, 
+							TBool aIsBrowseMode);
     
 private: // Data Members
     
@@ -95,7 +96,9 @@
     // Not own
     CGlxImageViewerManager* iImageViewerInstance;
     
-    CFeatureDiscovery* iFeatManager;
+	//If in fullscreen mode
+    TBool iIsFullScreenMode;
+    
     };
 
 #endif // C_GLXCOMMANDHANDLERAIWEDIT_H