diff -r ea4b2e4f7cac -r 220a17280356 browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h --- 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