Switched from tracker dump in bencode to std::istream*.

Various *BSD port fixes.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@406 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-04-20 14:20:09 +00:00
parent 70a73ea441
commit f139621c4c
4 changed files with 12 additions and 5 deletions
+3 -1
View File
@@ -23,6 +23,8 @@
#ifndef RTORRENT_CORE_MANAGER_H
#define RTORRENT_CORE_MANAGER_H
#include <iosfwd>
#include "download_list.h"
#include "download_store.h"
#include "hash_queue.h"
@@ -81,7 +83,7 @@ private:
iterator create_final(std::istream* s);
void receive_debug_tracker(torrent::Bencode& bencode);
void receive_debug_tracker(std::istream* s);
DownloadList m_downloadList;
DownloadStore m_downloadStore;