fix marking non playable services in channellist
[enigma2.git] / lib / dvb / idvb.h
index 119b6e3752d1c97e3b6ebac4a1d0325dd8e023b3..a14e0af5a59cf623f44a9f98ffd2ea1a55627085 100644 (file)
@@ -218,8 +218,9 @@ public:
        
        // iStaticServiceInformation
        RESULT getName(const eServiceReference &ref, std::string &name);
-       int getLength(const eServiceReference &ref);
-       
+       RESULT getEvent(const eServiceReference &ref, ePtr<eServiceEvent> &ptr);
+       bool isPlayable(const eServiceReference &ref, const eServiceReference &ignore);
+
                /* for filtering: */
        int checkFilter(const eServiceReferenceDVB &ref, const eDVBChannelQuery &query);
 };