diff -r 41ebde60981f -r 271e901a9423 creator/engine/inc/creator_file.h --- a/creator/engine/inc/creator_file.h Fri May 14 15:15:12 2010 +0300 +++ b/creator/engine/inc/creator_file.h Fri May 14 16:10:39 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();