HttpQueue finishing touches.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@266 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-02-10 20:00:00 +00:00
parent deb1244d8c
commit 8ec38be77e
8 changed files with 61 additions and 49 deletions
+3 -3
View File
@@ -66,9 +66,9 @@ Poll::work_input() {
m_slotReadStdin(key);
}
void
Poll::register_http() {
torrent::Http::set_factory(sigc::bind(sigc::ptr_fun(&core::CurlGet::new_object), &m_curlStack));
Poll::SlotFactory
Poll::get_http_factory() {
return sigc::bind(sigc::ptr_fun(&core::CurlGet::new_object), &m_curlStack);
}
}