ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h
changeset 67 199e6e1e0b54
parent 29 2c833fc9e98f
child 69 45459746d5e8
--- a/ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h	Thu Sep 02 20:26:45 2010 +0300
+++ b/ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h	Fri Sep 17 08:29:24 2010 +0300
@@ -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;