summaryrefslogtreecommitdiff
path: root/epgsearch.h
diff options
context:
space:
mode:
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;
};