creator/engine/inc/creator_note.h
changeset 27 271e901a9423
parent 17 4f2773374eff
child 30 d8e625c87f33
--- 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();