summaryrefslogtreecommitdiff
path: root/epgsearch
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch')
-rw-r--r--epgsearch/services.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epgsearch/services.h b/epgsearch/services.h
index f64b094..62bf696 100644
--- a/epgsearch/services.h
+++ b/epgsearch/services.h
@@ -131,6 +131,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