summaryrefslogtreecommitdiff
path: root/epgsearch.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-24 20:04:53 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-24 20:04:53 +0000
commitd4dcdd1b39d3bc749de5df6a3160e2997bef982d (patch)
treefd8979bd85ea6949ef5bc72dc7370ff72977d41d /epgsearch.h
parent478fff53434734e68f125a66f443644d740e6610 (diff)
downloadvdr-plugin-live-d4dcdd1b39d3bc749de5df6a3160e2997bef982d.tar.gz
vdr-plugin-live-d4dcdd1b39d3bc749de5df6a3160e2997bef982d.tar.bz2
- added deletion of search timers
Diffstat (limited to 'epgsearch.h')
-rw-r--r--epgsearch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h
index bbd17d6..604d328 100644
--- a/epgsearch.h
+++ b/epgsearch.h
@@ -253,6 +253,7 @@ public:
SearchTimers();
bool Save(SearchTimer* searchtimer);
+ bool Reload();
size_type size() const { return m_timers.size(); }
@@ -262,6 +263,7 @@ public:
const_iterator end() const { return m_timers.end(); }
SearchTimer* GetByTimerId( std::string const& id );
bool ToggleActive(std::string const& id);
+ bool Delete(std::string const& id);
private:
TimerList m_timers;
};