ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h
changeset 62 36d93b4dc635
parent 40 112f0ac2d1f0
child 69 45459746d5e8
--- 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;