diff options
Diffstat (limited to 'p2pvr/daemon/si.h')
-rw-r--r-- | p2pvr/daemon/si.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p2pvr/daemon/si.h b/p2pvr/daemon/si.h index d87b3b5..c57a018 100644 --- a/p2pvr/daemon/si.h +++ b/p2pvr/daemon/si.h @@ -6,6 +6,7 @@ class SI : public P2PVR::SI, public DatabaseClient { public: + DVBSI::Networks GetNetworks(const Ice::Current &); P2PVR::Deliveries GetAllDeliveries(const Ice::Current &); DVBSI::DeliveryPtr GetDeliveryForService(int id, const Ice::Current &); DVBSI::DeliveryPtr GetDeliveryForTransport(int id, const Ice::Current &); |