diff -r 41ebde60981f -r 271e901a9423 creator/engine/inc/creator_note.h --- a/creator/engine/inc/creator_note.h Fri May 14 15:15:12 2010 +0300 +++ b/creator/engine/inc/creator_note.h Fri May 14 16:10:39 2010 +0300 @@ -39,7 +39,7 @@ class CNotepadParameters; -class CCreatorNotepad : public CBase, public MCreatorModuleBase +class CCreatorNotepad : public CCreatorModuleBase { public: static CCreatorNotepad* NewL(CCreatorEngine* aEngine); @@ -51,7 +51,8 @@ void ConstructL(CCreatorEngine* aEngine); // from MCreatorModuleBase public: - TBool AskDataFromUserL(TInt aCommand, TInt& aNumberOfEntries); // from MCreatorModuleBase + TBool AskDataFromUserL( TInt aCommand ); // from MCreatorModuleBase + TInt CreateNoteEntryL(CNotepadParameters *aParameters); void DeleteAllL(); void DeleteAllCreatedByCreatorL();