diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-08 00:16:49 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-08 00:16:49 +0100 |
| commit | 19b37ace32489ada16dbc4c88b74907064d9c292 (patch) | |
| tree | 9fa38219e1c6db692373286091b39ee629ee1422 /lib/service/iservice.h | |
| parent | b81939c5a6375795d59a7fd8d9f81c0810c7eebe (diff) | |
| download | enigma2-19b37ace32489ada16dbc4c88b74907064d9c292.tar.gz enigma2-19b37ace32489ada16dbc4c88b74907064d9c292.zip | |
add (tune)simulate support to some functions
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 0385b9c2..02fc4508 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -240,7 +240,7 @@ public: virtual int getLength(const eServiceReference &ref); virtual SWIG_VOID(RESULT) getEvent(const eServiceReference &ref, ePtr<eServiceEvent> &SWIG_OUTPUT, time_t start_time=-1); // returns true when not implemented - virtual int isPlayable(const eServiceReference &ref, const eServiceReference &ignore); + virtual int isPlayable(const eServiceReference &ref, const eServiceReference &ignore, bool simulate=false); virtual int getInfo(const eServiceReference &ref, int w); virtual std::string getInfoString(const eServiceReference &ref,int w); |
