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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/daemon/si.h b/p2pvr/daemon/si.h
index 21b78e1..d87b3b5 100644
--- a/p2pvr/daemon/si.h
+++ b/p2pvr/daemon/si.h
@@ -6,7 +6,7 @@
class SI : public P2PVR::SI, public DatabaseClient {
public:
- P2PVR::Deliveries GetAllDeliveries(short type, 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 &);
DVBSI::DeliveryPtr GetDeliveryForSi(const Ice::Current &);