creator/engine/inc/creator_note.h
changeset 19 4b22a598b890
parent 17 4f2773374eff
child 30 d8e625c87f33
--- a/creator/engine/inc/creator_note.h	Fri May 14 15:53:02 2010 +0300
+++ b/creator/engine/inc/creator_note.h	Thu May 27 12:52:19 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();