summaryrefslogtreecommitdiff
path: root/p2pvr/lib/tuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/lib/tuner.h')
-rw-r--r--p2pvr/lib/tuner.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/p2pvr/lib/tuner.h b/p2pvr/lib/tuner.h
index 57bdd82..670a17d 100644
--- a/p2pvr/lib/tuner.h
+++ b/p2pvr/lib/tuner.h
@@ -28,6 +28,7 @@ class Tuner : public P2PVR::PrivateTuner {
const P2PVR::RawDataClientPrx client;
};
typedef boost::shared_ptr<IDataSender> BackgroundClient;
+ typedef std::map<int, BackgroundClient> BackgroundClients;
Tuner(const boost::filesystem::path & deviceFrontend);
~Tuner();
@@ -63,8 +64,6 @@ class Tuner : public P2PVR::PrivateTuner {
const boost::filesystem::path deviceFrontend;
const boost::filesystem::path deviceRoot;
- typedef boost::function<bool(const P2PVR::Data &)> PacketCheckFunction;
- typedef std::map<int, BackgroundClient> BackgroundClients;
BackgroundClients backgroundClients;
std::thread * backgroundThread;
std::mutex lock;