summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/si.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/daemon/si.h')
-rw-r--r--p2pvr/daemon/si.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/p2pvr/daemon/si.h b/p2pvr/daemon/si.h
index 6b720dc..c4a0f11 100644
--- a/p2pvr/daemon/si.h
+++ b/p2pvr/daemon/si.h
@@ -17,6 +17,7 @@ class SI : public P2PVR::SI, public DatabaseClient {
DVBSI::EventPtr GetEvent(int serviceId, int eventId, const Ice::Current &);
DVBSI::Events EventsOnNow(const Ice::Current &);
DVBSI::Events EventsInRange(const Common::DateTime &, const Common::DateTime &, const Ice::Current &);
+ DVBSI::Events EventSearch(const IceUtil::Optional<std::string> & keywords, const IceUtil::Optional<Ice::Int> & serviceId, const IceUtil::Optional<Common::DateTime> & from, const IceUtil::Optional<Common::DateTime> & to, const Ice::Current &);
};
#endif