diff options
Diffstat (limited to 'p2pvr/daemon/si.h')
-rw-r--r-- | p2pvr/daemon/si.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p2pvr/daemon/si.h b/p2pvr/daemon/si.h index c4a0f11..dd48d77 100644 --- a/p2pvr/daemon/si.h +++ b/p2pvr/daemon/si.h @@ -16,6 +16,8 @@ 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 EventsInSchedules(const Ice::Current &); + DVBSI::Events EventsInSchedule(int scheduleId, 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 &); }; |