* Moving ChokeManager to 'torrent/download/choke_queue.h' and cleaning up code.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1221 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2011-04-24 11:17:33 +00:00
parent 8ae522b729
commit c845863f30
3 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -71,7 +71,9 @@ public:
Download(download_type d);
~Download();
const torrent::DownloadInfo* info() const { return m_download.info(); }
const torrent::DownloadInfo* info() const { return m_download.info(); }
torrent::DownloadMain* main() { return m_download.main(); }
bool is_open() const { return m_download.info()->is_open(); }
bool is_active() const { return m_download.info()->is_active(); }