Explorar el Código

2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Updated doc
	* src/download_helper.cc
Tatsuhiro Tsujikawa hace 16 años
padre
commit
8796993c71
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 5 0
      ChangeLog
  2. 0 1
      src/download_helper.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-07-01  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Updated doc
+	* src/download_helper.cc
+
 2009-07-01  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Refactored fieldMan ctor.

+ 0 - 1
src/download_helper.cc

@@ -204,7 +204,6 @@ createBtRequestGroup(const std::string& torrentFilePath,
   SharedHandle<RequestGroup> rg(new RequestGroup(option));
   SharedHandle<DownloadContext> dctx(new DownloadContext());
   dctx->setDir(option->get(PREF_DIR));
-  // TODO1.5 Add additional argument auxUris for bittorrent::load* functions.
   if(torrentData.empty()) {
     bittorrent::load(torrentFilePath, dctx, auxUris);// may throw exception
   } else {