* Fixed minor bugs in the display of tracker groups. Patch by Josef

Drexler.

* Cleanup of the CommandMap class.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1041 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-03-13 14:28:17 +00:00
parent b21f465969
commit 8cc7c8430d
12 changed files with 169 additions and 180 deletions
+4
View File
@@ -120,6 +120,8 @@ public:
void set_filter(const filter_list& s) { m_filter = s; }
void set_filter_on(int event);
void set_cfilter(const std::string& s) { m_cfilter = s; }
void clear_filter_on();
// The time of the last change to the view, semantics of this is
@@ -162,6 +164,8 @@ private:
filter_list m_filter;
std::string m_cfilter;
rak::timer m_lastChanged;
signal_type m_signalChanged;
};