summaryrefslogtreecommitdiff
path: root/epgsearchservices.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchservices.h')
-rw-r--r--epgsearchservices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearchservices.h b/epgsearchservices.h
index 6e4de3e..51ea4c1 100644
--- a/epgsearchservices.h
+++ b/epgsearchservices.h
@@ -45,6 +45,7 @@ class cEpgsearchServiceHandler: public cServiceHandler
virtual std::string ReadSetupValue(const std::string& entry);
virtual bool WriteSetupValue(const std::string& entry, const std::string& value);
virtual std::list<std::string> TimerConflictList(bool relOnly=false);
+ virtual bool IsConflictCheckAdvised();
};
#endif