photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerhideui.cpp
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   108     
   108     
   109 // ---------------------------------------------------------------------------
   109 // ---------------------------------------------------------------------------
   110 // DynInitMenuPaneL
   110 // DynInitMenuPaneL
   111 // ---------------------------------------------------------------------------
   111 // ---------------------------------------------------------------------------
   112 //
   112 //
   113 void CGlxCommandHandlerHideUi::DynInitMenuPaneL(TInt /*aResourceId*/, CEikMenuPane* aMenuPane)
   113 void CGlxCommandHandlerHideUi::DynInitMenuPaneL(TInt /*aResourceId*/, CEikMenuPane* aMenuPane,
       
   114         TBool /*aIsBrowseMode*/)
   114     {
   115     {
   115     if ( !iCommandAvailable && aMenuPane )
   116     if ( !iCommandAvailable && aMenuPane )
   116         {
   117         {
   117         TInt pos;
   118         TInt pos;
   118         if ( aMenuPane->MenuItemExists(EGlxCmdHideUI, pos) )
   119         if ( aMenuPane->MenuItemExists(EGlxCmdHideUI, pos) )