aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-11-08 00:16:49 +0100
committerghost <andreas.monzner@multimedia-labs.de>2008-11-08 00:16:49 +0100
commit19b37ace32489ada16dbc4c88b74907064d9c292 (patch)
tree9fa38219e1c6db692373286091b39ee629ee1422 /lib/service/servicedvb.h
parentb81939c5a6375795d59a7fd8d9f81c0810c7eebe (diff)
downloadenigma2-19b37ace32489ada16dbc4c88b74907064d9c292.tar.gz
enigma2-19b37ace32489ada16dbc4c88b74907064d9c292.zip
add (tune)simulate support to some functions
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 85e97ea1..d19b92d6 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -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);
};