browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h
branchRCL_3
changeset 58 220a17280356
parent 36 0ed94ceaa377
child 93 79859ed3eea9
--- a/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h	Fri Feb 19 23:55:03 2010 +0200
+++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h	Fri Mar 12 15:48:51 2010 +0200
@@ -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