engine/src/ShowEngine.cpp
changeset 79 0bd6b9a3f027
parent 78 12c59f14a031
child 82 d87e984bd8b8
equal deleted inserted replaced
78:12c59f14a031 79:0bd6b9a3f027
  1343 	return *iMetaDataReader;
  1343 	return *iMetaDataReader;
  1344 	}
  1344 	}
  1345 
  1345 
  1346 void CShowEngine::FileError(TUint /*aError*/)
  1346 void CShowEngine::FileError(TUint /*aError*/)
  1347 	{
  1347 	{
  1348 	//TODO: Error dialog
       
  1349 	//StopDownloads();
       
  1350 	iDownloadErrors = KMaxDownloadErrors;
  1348 	iDownloadErrors = KMaxDownloadErrors;
  1351 	}
  1349 	}