mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
* Added the framework for a download scheduler.
* Added "state_changed" variable to downloads that returns the last time the download called DownloadList::pause/resume. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@674 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -50,6 +50,7 @@ namespace ui {
|
||||
namespace core {
|
||||
class Manager;
|
||||
class ViewManager;
|
||||
class Scheduler;
|
||||
}
|
||||
|
||||
namespace display {
|
||||
@@ -86,6 +87,7 @@ public:
|
||||
|
||||
core::Manager* core() { return m_core; }
|
||||
core::ViewManager* view_manager() { return m_viewManager; }
|
||||
core::Scheduler* scheduler() { return m_scheduler; }
|
||||
|
||||
ui::Root* ui() { return m_ui; }
|
||||
display::Manager* display() { return m_display; }
|
||||
@@ -115,6 +117,7 @@ private:
|
||||
|
||||
core::Manager* m_core;
|
||||
core::ViewManager* m_viewManager;
|
||||
core::Scheduler* m_scheduler;
|
||||
|
||||
ui::Root* m_ui;
|
||||
display::Manager* m_display;
|
||||
|
||||
Reference in New Issue
Block a user