Updated doc

pull/2/head
Tatsuhiro Tsujikawa 2011-10-27 21:38:48 +09:00
parent 33ba91fbc6
commit 5b0a2cb96b
1 changed files with 2 additions and 4 deletions

View File

@ -182,10 +182,8 @@ public:
void setFileFilter(IntSequence seq);
// Sets file path for specified index. index starts from 1. The
// index is the same used in setFileFilter(). Please note that path
// is not the actual file path. The actual file path is
// getDir()+"/"+path. path is not escaped by util::escapePath() in
// this function.
// index is the same used in setFileFilter(). path is not escaped by
// util::escapePath() in this function.
void setFilePathWithIndex(size_t index, const std::string& path);
// Returns true if hash check(whole file hash, not piece hash) is