From e3fc3964505c6564c65e10937ba0ab493860a721 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 13 Mar 2009 13:44:30 +0000 Subject: [PATCH] 2009-03-13 Tatsuhiro Tsujikawa Updated doc * src/DefaultBtContext.h --- ChangeLog | 5 +++++ src/DefaultBtContext.h | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0233eb4e..9a980042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-13 Tatsuhiro Tsujikawa + + Updated doc + * src/DefaultBtContext.h + 2009-03-13 Tatsuhiro Tsujikawa Slice/joinPath for name of single torrent. diff --git a/src/DefaultBtContext.h b/src/DefaultBtContext.h index 3a1bec86..c3a12c98 100644 --- a/src/DefaultBtContext.h +++ b/src/DefaultBtContext.h @@ -120,6 +120,9 @@ private: virtual const std::deque >& getAnnounceTiers() const; + // Note: Before calling load* function, call setDir() to specify + // directory. Setting directory after load* function doesn't change + // the output file path. virtual void load(const std::string& torrentFile, const std::string& overrideName = "");