mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
* Cleaned up obsolete scheduler framework.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1071 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-1
@@ -64,6 +64,7 @@ class Download;
|
||||
class View : private std::vector<Download*> {
|
||||
public:
|
||||
typedef std::vector<Download*> base_type;
|
||||
typedef std::vector<std::string> event_list_type;
|
||||
typedef sigc::signal0<void> signal_type;
|
||||
|
||||
using base_type::iterator;
|
||||
@@ -122,7 +123,7 @@ public:
|
||||
void filter_download(core::Download* download);
|
||||
|
||||
void set_filter(const std::string& s) { m_filter = s; }
|
||||
void set_filter_on(int event);
|
||||
void set_filter_on_event(const std::string& event);
|
||||
|
||||
void clear_filter_on();
|
||||
|
||||
@@ -167,6 +168,7 @@ private:
|
||||
std::string m_sortCurrent;
|
||||
|
||||
std::string m_filter;
|
||||
event_list_type m_events;
|
||||
|
||||
std::string m_eventAdded;
|
||||
std::string m_eventRemoved;
|
||||
|
||||
Reference in New Issue
Block a user