browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h
branchRCL_3
changeset 93 79859ed3eea9
parent 58 220a17280356
child 94 919f36ff910f
--- a/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h	Tue Aug 31 16:17:46 2010 +0300
@@ -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,13 +358,6 @@
         * 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
 
@@ -401,6 +394,12 @@
         */
         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