--- a/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h Wed Sep 01 12:28:30 2010 +0100
@@ -22,10 +22,10 @@
// INCLUDES
#include <e32base.h>
-#include <e32def.h>
+#include <E32DEF.H>
#include <e32std.h>
#include <apparc.h>
-#include <HttpDownloadMgrCommon.h>
+#include <httpdownloadmgrcommon.h>
#include <vwsdef.h>
#include <AknServerApp.h>
#include "CDownloadUtils.h"
@@ -358,6 +358,13 @@
* To Know if its a COD DL
*/
TBool IsCodDownload();
+
+ /**
+ * Performs a simple check for existence of aFileName.
+ * @param aFileName The filename selected by user, including path
+ * @return TBool indicating if file exists
+ */
+ TBool IsDuplicateL( const TPtrC& aFileName );
protected: // Constructors
@@ -394,12 +401,6 @@
*/
TBool GenerateNewNameL( TPtr& aFileName, TInt& aCounter );
- /**
- * Performs a simple check for existence of aFileName.
- * @param aFileName The filename selected by user, including path
- * @return TBool indicating if file exists
- */
- TBool IsDuplicateL( const TPtrC& aFileName );
private: // Data