diff options
Diffstat (limited to 'p2pvr/devices/mockTuner.h')
-rw-r--r-- | p2pvr/devices/mockTuner.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/p2pvr/devices/mockTuner.h b/p2pvr/devices/mockTuner.h index 220b535..31d12cb 100644 --- a/p2pvr/devices/mockTuner.h +++ b/p2pvr/devices/mockTuner.h @@ -6,7 +6,6 @@ class MockTuner : public P2PVR::PrivateTuner { public: - void TuneTo(const DVBSI::DeliveryPtr &, const Ice::Current&); int GetStatus(const Ice::Current&); @@ -24,8 +23,12 @@ class MockTuner : public P2PVR::PrivateTuner { Ice::Long GetLastUsedTime(const Ice::Current&); + static void SetEventsSet(int n); + protected: void DecompressAndSendPackets(const Ice::ByteSeq &, const P2PVR::RawDataClientPrx &, const Ice::Current&) const; + + static int eventSet; }; #endif |