--- a/commonuis/CommonDialogs/src/CAknFileSelectionEventHandler.h Thu Aug 19 10:11:06 2010 +0300
+++ b/commonuis/CommonDialogs/src/CAknFileSelectionEventHandler.h Tue Aug 31 15:28:30 2010 +0300
@@ -25,13 +25,10 @@
#include "MAknCommonDialogsEventObserver.h"
#include "CAknCommonDialogsBase.h"
-#include "MAknCFDFileSystemObserver.h"
// FORWARD DECLARATIONS
class MAknFileSelectionObserver;
class CAknFileSelectionModel;
-class CAknCFDFileSystemEvent;
-class CAknCommonDialogsPopupList;
// CLASS DEFINITION
/**
@@ -40,8 +37,7 @@
* @lib CommonDialogs.lib
* @since 1.2
*/
-NONSHARABLE_CLASS(CAknFileSelectionEventHandler) : public CBase, public MAknCommonDialogsEventObserver,
- public MAknCFDFileSystemObserver
+NONSHARABLE_CLASS(CAknFileSelectionEventHandler) : public CBase, public MAknCommonDialogsEventObserver
{
public: // Constructors and destructors
@@ -111,9 +107,6 @@
TInt& aTopItemIndex,
CEikButtonGroupContainer* aContainer );
- void StartFileSystemNotifierL(CAknCommonDialogsPopupList* aPopupList);
- void StopFileSystemNotifier();
- virtual void NotifyFileSystemChangedL();
private: // Enumerations
/**
@@ -205,8 +198,6 @@
// Ref: Softkey text
const HBufC*& iRightSoftkeySubfolder;
- CAknCFDFileSystemEvent* iFSObserver;
- CAknCommonDialogsPopupList* iPopupList;
};