diff -r 21239b3bcd78 -r 9711e452b5e9 notepad/notepad1/inc/NpdListDialog.h --- a/notepad/notepad1/inc/NpdListDialog.h Wed Apr 14 15:55:57 2010 +0300 +++ b/notepad/notepad1/inc/NpdListDialog.h Tue Apr 27 16:36:22 2010 +0300 @@ -284,6 +284,14 @@ * @param aEvent view event type. */ void DoHandleViewEventL(const TVwsViewEvent& aEvent); + + /** + * handle the mark/unmark/markall/unmarkall command + * @param aResourceId the resouce id + * @param aMenu the pane to be processed. + * @param aListBox the refered list box for the pane. + */ + void HandleMarkListDynInitMenuPane( TInt aResourceId, CEikMenuPane *aMenu, CEikListBox *aListBox ); private: // Functions from base classes @@ -396,7 +404,7 @@ * * @param aType event type. */ - void HandleResourceChange(TInt aType); + void HandleResourceChange(TInt aType); private: // Reserved