2007-12-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Compiler error fix: applied the patch by Tiziano Mueller
	* src/RequestGroup.cc
pull/1/head
Tatsuhiro Tsujikawa 2007-12-10 14:01:21 +00:00
parent b482568d59
commit 7d62e1877e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-12-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Compiler error fix: applied the patch by Tiziano Mueller
* src/RequestGroup.cc
2007-12-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed the bug: only first announce URL is tried in AnnounceTier,

View File

@ -33,6 +33,7 @@
*/
/* copyright --> */
#include "RequestGroup.h"
#include "PostDownloadHandler.h"
#include "DownloadEngine.h"
#include "DefaultSegmentManFactory.h"
#include "NullProgressInfoFile.h"