Sfoglia il codice sorgente

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

	Updated doc.
	* src/AbstractCommand.cc
Tatsuhiro Tsujikawa 16 anni fa
parent
commit
a4c7c6ae02
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 5 0
      ChangeLog
  2. 1 2
      src/AbstractCommand.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-07-15  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Updated doc.
+	* src/AbstractCommand.cc
+
 2009-07-15  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Handle the case when DownloadContext has no FileEntry.

+ 1 - 2
src/AbstractCommand.cc

@@ -104,8 +104,7 @@ bool AbstractCommand::execute() {
       //logger->debug("CUID#%d - finished.", cuid);
       return true;
     }
-    // TODO1.5 it is not needed to check other PeerStats every time.
-
+    // TODO it is not needed to check other PeerStats every time.
     // Find faster Request when this is the only active Request
     if(!req.isNull() && _requestGroup->getNumStreamConnection() == 1 &&
        _fileEntry->countPooledRequest() > 0) {