Renamed DownloadErrorCode.h as error_code.h. Renamed

downloaderrorcode::Value as error_code::Value.
This commit is contained in:
Tatsuhiro Tsujikawa 2010-11-28 16:52:02 +09:00
parent 13e3cf2573
commit 947967fc63
33 changed files with 114 additions and 113 deletions

View file

@ -721,7 +721,7 @@ void XmlRpcMethodTest::testGatherStoppedDownload()
d->inMemoryDownload = false;
d->sessionDownloadLength = UINT64_MAX;
d->sessionTime = 1000;
d->result = downloadresultcode::FINISHED;
d->result = error_code::FINISHED;
d->followedBy = followedBy;
d->belongsTo = 2;
SharedHandle<Dict> entry = Dict::g();