photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
--- a/photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h	Tue Apr 27 16:37:53 2010 +0300
@@ -51,8 +51,10 @@
 	 * Modify a menu before it is displayed.
 	 * @param aResourceId The resource ID of the menu
 	 * @param aMenuPane The in-memory representation of the menu pane
+ 	 * @param aIsBrowseMode ETrue if in grid view
 	 */
-	virtual void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane) = 0;
+	virtual void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane,
+                                   TBool aIsBrowseMode) = 0;
 
 	/**
 	 * Called when the owning view is activated