summaryrefslogtreecommitdiff
path: root/services.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-02-20 18:41:07 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-02-20 18:41:07 +0100
commitbf057bf359c8650bc7023d43bf47f9237992fb15 (patch)
tree852bf4d27024aad0731469372fce01916e47f249 /services.h
parent1ca3263b1febbef86071eaaa4e8eda0bbac578fa (diff)
downloadvdr-plugin-epgsearch-bf057bf359c8650bc7023d43bf47f9237992fb15.tar.gz
vdr-plugin-epgsearch-bf057bf359c8650bc7023d43bf47f9237992fb15.tar.bz2
track all timer changes within epgsearch and expose this information via service
interface, 0.9.24.beta20
Diffstat (limited to 'services.h')
-rw-r--r--services.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services.h b/services.h
index 9f16c6c..b2bba12 100644
--- a/services.h
+++ b/services.h
@@ -154,6 +154,8 @@ class cServiceHandler
virtual bool WriteSetupValue(const std::string& entry, const std::string& value) = 0;
// Get timer conflicts
virtual std::list<std::string> TimerConflictList(bool relOnly=false) = 0;
+ // Check if a conflict check is advised
+ virtual bool IsConflictCheckAdvised() = 0;
};
struct Epgsearch_services_v1_0