mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
HttpQueue finishing touches.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@266 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-3
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user