diff -r 4f2773374eff -r 4b22a598b890 creator/engine/inc/creator_file.h --- a/creator/engine/inc/creator_file.h Fri May 14 15:53:02 2010 +0300 +++ b/creator/engine/inc/creator_file.h Thu May 27 12:52:19 2010 +0300 @@ -38,7 +38,7 @@ class CDRMPermission; class CDRMConstraint; -class CCreatorFiles : public CBase, public MCreatorModuleBase +class CCreatorFiles : public CCreatorModuleBase { public: static CCreatorFiles* NewL(CCreatorEngine* aEngine); @@ -50,7 +50,9 @@ void ConstructL(CCreatorEngine* aEngine); // from MCreatorModuleBase public: - TBool AskDataFromUserL(TInt aCommand, TInt& aNumberOfEntries); // from MCreatorModuleBase + TBool AskDataFromUserL( TInt aCommand ); // from MCreatorModuleBase +// void QueryDialogClosedL(TBool aPositiveAction, TInt aUserData); //from MUIObserver + void QueryDialogClosedL(TBool, TInt){/*TODO: DialogClosed*/}; TInt CreateFileEntryL(CFilesParameters *aParameters, TInt aCommand); void DeleteAllL(); void DeleteAllCreatedByCreatorL();