diff -r 7d9067c6fcb1 -r 9a9c174934f5 photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerremovefrom.h --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerremovefrom.h Mon Jan 18 20:19:20 2010 +0200 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerremovefrom.h Tue Jan 26 11:58:28 2010 +0200 @@ -74,6 +74,9 @@ /** See @ref CGlxCommandHandler::DoActivateL */ void DoActivateL(TInt /*aViewId*/); + /** See @ref CGlxCommandHandler::DoIsDisabled*/ + TBool DoIsDisabled(TInt aCommandId, MGlxMediaList& aList) const; + private: /** Second phase constructor */ void ConstructL();