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