X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicem2ts.h;h=bfa4f7d9edc72e40367515f6a23dad900d953348;hp=2b05f07658cdd3f0111065cae3fe0076ae2798cf;hb=36cca1d3f31265929ef3443999ab7fd242b4dae5;hpb=1f221785b20603329bce01a88c30a70271998fe1 diff --git a/lib/service/servicem2ts.h b/lib/service/servicem2ts.h index 2b05f07..bfa4f7d 100644 --- a/lib/service/servicem2ts.h +++ b/lib/service/servicem2ts.h @@ -24,9 +24,10 @@ class eServiceM2TS: public eDVBServicePlay friend class eServiceFactoryM2TS; protected: eServiceM2TS(const eServiceReference &ref); - ePtr createDataSource(const eServiceReferenceDVB &ref); -public: - ~eServiceM2TS(); + ePtr createTsSource(eServiceReferenceDVB &ref); + + // iSeekableService + RESULT isCurrentlySeekable(); }; #endif