diff options
Diffstat (limited to 'p2pvr/ice')
-rw-r--r-- | p2pvr/ice/dvb.ice | 2 | ||||
-rw-r--r-- | p2pvr/ice/p2pvr.ice | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/p2pvr/ice/dvb.ice b/p2pvr/ice/dvb.ice index 6b88720..7565d33 100644 --- a/p2pvr/ice/dvb.ice +++ b/p2pvr/ice/dvb.ice @@ -48,7 +48,7 @@ module P2PVR { // Get a tuner that is tuned to <del>, acquire and tune to <del> if required. Tuner * GetTunerSpecific(DVBSI::Delivery del); // Get any tuner that is tuned, acquire and tune to <del> if required. - Tuner * GetTunerAny(short type, DVBSI::Delivery del); + Tuner * GetTunerAny(DVBSI::Delivery del); // Get a private tuner, not shared or sharable PrivateTuner * GetPrivateTuner(short type); // Release a tuner when no longer required. diff --git a/p2pvr/ice/p2pvr.ice b/p2pvr/ice/p2pvr.ice index 701bfb8..8f746d1 100644 --- a/p2pvr/ice/p2pvr.ice +++ b/p2pvr/ice/p2pvr.ice @@ -61,8 +61,8 @@ module P2PVR { interface Maintenance { idempotent void UpdateAll(); idempotent void UpdateNetwork(short type); - idempotent void UpdateServices(short type); - idempotent void UpdateEvents(short type); + idempotent void UpdateServices(); + idempotent void UpdateEvents(); }; ["project2:type"] |