creator/engine/inc/creator_file.h
changeset 19 4b22a598b890
parent 17 4f2773374eff
child 23 c9bf25a20c9f
--- 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();