From 73393d5bde0f6a3c1ee3b855d7535d7e688c2287 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Tue, 21 Oct 2008 22:44:45 +0200 Subject: some fixes for the directory entry within the edit timer menu, requires epgsearch-0.9.25.beta6 --- epgsearch.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'epgsearch.h') diff --git a/epgsearch.h b/epgsearch.h index 39ee564..6cb3cec 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -393,7 +393,7 @@ public: typedef recordingdirs::iterator iterator; typedef recordingdirs::const_iterator const_iterator; - RecordingDirs(); + RecordingDirs(bool shortList=false); iterator begin() { return m_set.begin(); } const_iterator begin() const { return m_set.begin(); } @@ -411,6 +411,12 @@ public: static bool WriteValue(const std::string& entry, const std::string& value); }; +class EPGSearchExpr +{ +public: + static std::string EvaluateExpr(const std::string& expr, const cEvent* event); +}; + } // namespace vdrlive -- cgit v1.2.3