summaryrefslogtreecommitdiff
path: root/p2pvr/devices/mockTuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/devices/mockTuner.h')
-rw-r--r--p2pvr/devices/mockTuner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/p2pvr/devices/mockTuner.h b/p2pvr/devices/mockTuner.h
index d640209..60372c9 100644
--- a/p2pvr/devices/mockTuner.h
+++ b/p2pvr/devices/mockTuner.h
@@ -5,6 +5,7 @@
#include <visibility.h>
#include <Ice/BuiltinSequences.h>
#include <boost/thread.hpp>
+#include <logger.h>
class DLL_PUBLIC MockTuner : public P2PVR::PrivateTuner {
public:
@@ -31,12 +32,15 @@ class DLL_PUBLIC MockTuner : public P2PVR::PrivateTuner {
protected:
static Ice::ByteSeq Decompress(const Ice::ByteSeq &);
+ static void LZMA_ASSERT(int ret_xz);
void DecompressAndSendPackets(const Ice::ByteSeq &, const P2PVR::RawDataClientPrx &, const Ice::Current&) const;
void SendLoop(const P2PVR::RawDataClientPrx & t, const Ice::ByteSeq & dataxz, const Ice::Current & ice) const;
static int eventSet;
std::map<int, boost::thread *> senders;
int senderId;
+
+ static IceTray::Logging::LoggerPtr logger;
};
#endif