diff -r 383b67fbdb11 -r 36d93b4dc635 ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h --- a/ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h Mon Aug 23 18:06:16 2010 +0530 +++ b/ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h Sat Sep 04 11:36:24 2010 +0530 @@ -42,7 +42,7 @@ public slots: void messageDialogClose(HbAction* action); - + void commandCancelled(); protected: // From MGlxMediaListObserver /// See @ref MGlxMediaListObserver::HandleItemAddedL void HandleItemAddedL(TInt aStartIndex, TInt aEndIndex, MGlxMediaList* aList); @@ -81,7 +81,7 @@ virtual CMPXCommand* CreateCommandL(TInt aCommandId, MGlxMediaList& aMediaList, TBool& aConsume) const = 0; virtual void DoExecuteCommandL(TInt aCommandId, MGlxMediaList& aMediaList, TBool& aConsume); - virtual void HandleErrorL(TInt aErrorCode); + virtual void HandleErrorL(TInt aErrorCode) const; virtual QString CompletionTextL() const; virtual QString ProgressTextL() const; virtual QString ConfirmationTextL(bool multiSelection = false) const;