From bf057bf359c8650bc7023d43bf47f9237992fb15 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Wed, 20 Feb 2008 18:41:07 +0100 Subject: track all timer changes within epgsearch and expose this information via service interface, 0.9.24.beta20 --- services.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'services.h') 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 TimerConflictList(bool relOnly=false) = 0; + // Check if a conflict check is advised + virtual bool IsConflictCheckAdvised() = 0; }; struct Epgsearch_services_v1_0 -- cgit v1.2.3