creator/engine/inc/creator_browser.h
changeset 27 271e901a9423
parent 17 4f2773374eff
child 31 e7a04a6385be
--- a/creator/engine/inc/creator_browser.h	Fri May 14 15:15:12 2010 +0300
+++ b/creator/engine/inc/creator_browser.h	Fri May 14 16:10:39 2010 +0300
@@ -26,9 +26,9 @@
 #include "creator_modulebase.h"
 
 #include <e32base.h>
-#include <favouritesitem.h>
-#include <favouritesdb.h>
-#include <favouritesfile.h>
+#include <FavouritesItem.h>
+#include <FavouritesDb.h>
+#include <FavouritesFile.h>
 
 
 
@@ -36,7 +36,7 @@
 class CBrowserParameters;
 
 
-class CCreatorBrowser : public CBase, public MCreatorModuleBase
+class CCreatorBrowser : public CCreatorModuleBase
     {
 public: 
     static CCreatorBrowser* NewL(CCreatorEngine* aEngine);
@@ -48,7 +48,8 @@
     void ConstructL(CCreatorEngine* aEngine); // from MCreatorModuleBase
 
 public:
-    TBool AskDataFromUserL(TInt aCommand, TInt& aNumberOfEntries); // from MCreatorModuleBase
+    TBool AskDataFromUserL( TInt aCommand ); // from MCreatorModuleBase
+
     TInt CreateBookmarkEntryL(CBrowserParameters *aParameters);    
     TInt CreateBookmarkFolderEntryL(CBrowserParameters *aParameters);
     TInt CreateSavedDeckEntryL(CBrowserParameters *aParameters);