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/servicedvb.cpp | |
| parent | b81939c5a6375795d59a7fd8d9f81c0810c7eebe (diff) | |
| download | enigma2-19b37ace32489ada16dbc4c88b74907064d9c292.tar.gz enigma2-19b37ace32489ada16dbc4c88b74907064d9c292.zip | |
add (tune)simulate support to some functions
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 954a3964..2f98ed6b 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -412,7 +412,7 @@ RESULT eStaticServiceDVBBouquetInformation::getName(const eServiceReference &ref return -1; } -int eStaticServiceDVBBouquetInformation::isPlayable(const eServiceReference &ref, const eServiceReference &ignore) +int eStaticServiceDVBBouquetInformation::isPlayable(const eServiceReference &ref, const eServiceReference &ignore, bool simulate) { if (ref.flags & eServiceReference::isGroup) { @@ -453,7 +453,7 @@ int eStaticServiceDVBBouquetInformation::isPlayable(const eServiceReference &ref { 2, 1, 3 } // -T -S -C }; ((const eServiceReferenceDVB&)*it).getChannelID(chid); - int tmp=res->canAllocateChannel(chid, chid_ignore); + int tmp=res->canAllocateChannel(chid, chid_ignore, simulate); switch(tmp) { case 0: |
