equal
deleted
inserted
replaced
356 |
356 |
357 /** |
357 /** |
358 * To Know if its a COD DL |
358 * To Know if its a COD DL |
359 */ |
359 */ |
360 TBool IsCodDownload(); |
360 TBool IsCodDownload(); |
|
361 |
|
362 /** |
|
363 * Performs a simple check for existence of aFileName. |
|
364 * @param aFileName The filename selected by user, including path |
|
365 * @return TBool indicating if file exists |
|
366 */ |
|
367 TBool IsDuplicateL( const TPtrC& aFileName ); |
361 |
368 |
362 protected: // Constructors |
369 protected: // Constructors |
363 |
370 |
364 /** |
371 /** |
365 * C++ default constructor. |
372 * C++ default constructor. |
392 * @param aCounter number of times filename has been modified |
399 * @param aCounter number of times filename has been modified |
393 * @return TBool was new name genearated successfully |
400 * @return TBool was new name genearated successfully |
394 */ |
401 */ |
395 TBool GenerateNewNameL( TPtr& aFileName, TInt& aCounter ); |
402 TBool GenerateNewNameL( TPtr& aFileName, TInt& aCounter ); |
396 |
403 |
397 /** |
|
398 * Performs a simple check for existence of aFileName. |
|
399 * @param aFileName The filename selected by user, including path |
|
400 * @return TBool indicating if file exists |
|
401 */ |
|
402 TBool IsDuplicateL( const TPtrC& aFileName ); |
|
403 |
404 |
404 private: // Data |
405 private: // Data |
405 |
406 |
406 CCoeEnv& iCoeEnv; ///< Reference to CONE environment. |
407 CCoeEnv& iCoeEnv; ///< Reference to CONE environment. |
407 CDownloadMgrUiBase& iDMgrUiBase; ///< Reference to UI base functionality. |
408 CDownloadMgrUiBase& iDMgrUiBase; ///< Reference to UI base functionality. |