* Moved various download related calls from core::Manager to

core::DownloadList, added a slot map for hash done.

* Enabled the complete/incomplete views.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@677 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-04-28 23:21:32 +00:00
parent 02a0510439
commit 236f689efc
25 changed files with 329 additions and 297 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ Control::Control() :
m_tick(0) {
m_core = new core::Manager();
m_viewManager = new core::ViewManager(&m_core->download_list());
m_scheduler = new core::Scheduler(&m_core->download_list());
m_viewManager = new core::ViewManager(m_core->download_list());
m_scheduler = new core::Scheduler(m_core->download_list());
m_inputStdin->slot_pressed(sigc::mem_fun(m_input, &input::Manager::pressed));