add (tune)simulate support to some functions
[enigma2.git] / lib / service / servicedvb.h
index 85e97ea127a884370787b4be9bcb7a94f16269c7..d19b92d694203fd0d81ebd2567521a848395761e 100644 (file)
@@ -293,7 +293,7 @@ public:
        eServiceReference &getPlayableService() { return m_playable_service; }
        RESULT getName(const eServiceReference &ref, std::string &name);
        int getLength(const eServiceReference &ref);
-       int isPlayable(const eServiceReference &ref, const eServiceReference &ignore);
+       int isPlayable(const eServiceReference &ref, const eServiceReference &ignore, bool simulate=false);
        RESULT getEvent(const eServiceReference &ref, ePtr<eServiceEvent> &ptr, time_t start_time);
 };