From 2cbd5711c15ebc3d3eda021a109f552bd9d828c2 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 26 Apr 2007 18:37:07 +0000 Subject: - extended service interface with QuerySearch(std::string) to search for arbitrary queries --- epgsearch/services.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epgsearch') diff --git a/epgsearch/services.h b/epgsearch/services.h index a85a8cd..7c845f9 100644 --- a/epgsearch/services.h +++ b/epgsearch/services.h @@ -112,7 +112,9 @@ class cServiceHandler virtual bool DelSearchTimer(int) = 0; // deletes search timer with given ID and returns success virtual std::list QuerySearchTimer(int) = 0; - // returns the search result of the searchtimer with given ID in the same format as used in SVDRP command 'QRYS' (->MANUAL) + // returns the search result of the searchtimer with given ID in the same format as used in SVDRP command 'QRYS' (->MANUAL) + virtual std::list QuerySearch(std::string) = 0; + // returns the search result of the searchtimer with given settings in the same format as used in SVDRP command 'QRYS' (->MANUAL) virtual std::list ExtEPGInfoList() = 0; // returns a list of extended EPG categories in the same format as used in epgsearchcats.conf virtual std::list ChanGrpList() = 0; -- cgit v1.2.3