diff options
Diffstat (limited to 'p2pvr/lib/globalDevices.h')
-rw-r--r-- | p2pvr/lib/globalDevices.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p2pvr/lib/globalDevices.h b/p2pvr/lib/globalDevices.h index 39b0677..da27c95 100644 --- a/p2pvr/lib/globalDevices.h +++ b/p2pvr/lib/globalDevices.h @@ -9,9 +9,9 @@ class GlobalDevices : public P2PVR::Devices { public: - P2PVR::TunerPrx GetTunerSpecific(const DVBSI::DeliveryPtr &, Ice::Long until, const Ice::Current &); - P2PVR::TunerPrx GetTunerAny(short type, const DVBSI::DeliveryPtr &, Ice::Long until, const Ice::Current &); - P2PVR::PrivateTunerPrx GetPrivateTuner(short type, Ice::Long until, const Ice::Current &); + P2PVR::TunerPrx GetTunerSpecific(const DVBSI::DeliveryPtr &, const Ice::Current &); + P2PVR::TunerPrx GetTunerAny(short type, const DVBSI::DeliveryPtr &, const Ice::Current &); + P2PVR::PrivateTunerPrx GetPrivateTuner(short type, const Ice::Current &); void ReleaseTuner(const P2PVR::TunerPrx &, const Ice::Current &); int TunerCount(const Ice::Current &); |