diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CUserInteractionsUtils.h --- 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 -#include +#include #include #include -#include +#include #include #include #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