aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-10 20:30:42 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-10 20:30:42 +0100
commit8c55e2715c847f0dc5edd25af7ec3e4146592770 (patch)
tree48d6bd1badef649002606b33cc93582ec19b3fc8 /lib/service/servicedvb.h
parent961f33b8fa7a02154a5da9504ca0056990b424bd (diff)
downloadenigma2-8c55e2715c847f0dc5edd25af7ec3e4146592770.tar.gz
enigma2-8c55e2715c847f0dc5edd25af7ec3e4146592770.zip
use newer eDVBServicePMTHandler::tuneExt call, add a virtual createDataSource function to make the code more re-usable
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index c49941b7..23675bf6 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -289,6 +289,8 @@ protected:
ePtr<eConnection> m_video_event_connection;
void video_event(struct iTSMPEGDecoder::videoEvent);
+
+ virtual ePtr<iDataSource> createDataSource(eServiceReferenceDVB &ref);
};
class eStaticServiceDVBBouquetInformation: public iStaticServiceInformation