--- a/creator/engine/inc/creator_browser.h Fri May 14 15:53:02 2010 +0300
+++ b/creator/engine/inc/creator_browser.h Thu May 27 12:52:19 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);