mpxplugins/serviceplugins/playbackplugins/progressdownloadsb/src/mpxprogressdownloadsb.cpp
changeset 2 b70d77332e66
parent 0 ff3acec5bc43
child 4 beaa16f65879
equal deleted inserted replaced
1:8118492f1bdf 2:b70d77332e66
  1440 // CMPXProgressDownloadSB::MoveDownloadedFileToMusicFolderL
  1440 // CMPXProgressDownloadSB::MoveDownloadedFileToMusicFolderL
  1441 // -----------------------------------------------------------------------------
  1441 // -----------------------------------------------------------------------------
  1442 //
  1442 //
  1443 void CMPXProgressDownloadSB::MoveDownloadedFileToMusicFolderL()
  1443 void CMPXProgressDownloadSB::MoveDownloadedFileToMusicFolderL()
  1444     {
  1444     {
  1445     if ( iFileSaved || ( (*iPdPath).Length() == 0 ) )
  1445     if ( iFileSaved ||
       
  1446          ( (*iPdPath).Length() == 0 ) ||
       
  1447          iMAudioProgDLSource->GetDownloadStatus() == MProgDLSource::EDeleted )
  1446         {
  1448         {
  1447         return;
  1449         return;
  1448         }
  1450         }
  1449 
  1451 
  1450     MPX_DEBUG1("CMPXProgressDownloadSB::MoveDownloadedFileToMusicFolderL() entering");
  1452     MPX_DEBUG1("CMPXProgressDownloadSB::MoveDownloadedFileToMusicFolderL() entering");