engine/src/ShowEngine.cpp
changeset 112 0bd6b9a3f027
parent 111 12c59f14a031
child 115 d87e984bd8b8
equal deleted inserted replaced
111:12c59f14a031 112: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 	}