diff -r 74c9f037fd5d -r 99ad1390cd33 ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerdelete.h --- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerdelete.h Fri Mar 19 09:28:59 2010 +0200 +++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerdelete.h Fri Apr 16 14:58:46 2010 +0300 @@ -33,6 +33,10 @@ GlxCommandHandlerDelete(); ~GlxCommandHandlerDelete(); CMPXCommand* CreateCommandL(TInt aCommandId, MGlxMediaList& aMediaList, TBool& aConsume) const ; +private: + QString CompletionTextL() const; + QString ProgressTextL() const; + QString ConfirmationTextL(bool multiSelection = false) const; }; #endif // GLXCOMMANDHANDLERDELETE_H