aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb_ci/dvbci.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-22 13:58:09 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-22 13:58:09 +0000
commit826b293fb1c6a4b75463aa8ac143d9dea99e12b0 (patch)
treed90cd1cfa6c98dba0027f91a53de9bd77c33973c /lib/dvb_ci/dvbci.cpp
parent4934fe267ddc796ab220168ca6284872f0a5e3d0 (diff)
downloadenigma2-826b293fb1c6a4b75463aa8ac143d9dea99e12b0.tar.gz
enigma2-826b293fb1c6a4b75463aa8ac143d9dea99e12b0.zip
add missing answerEnq method
Diffstat (limited to 'lib/dvb_ci/dvbci.cpp')
-rw-r--r--lib/dvb_ci/dvbci.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp
index 7c2774e9..38e73c1a 100644
--- a/lib/dvb_ci/dvbci.cpp
+++ b/lib/dvb_ci/dvbci.cpp
@@ -480,6 +480,8 @@ int eDVBCISlot::getMMIState()
int eDVBCISlot::answerEnq(char *value)
{
printf("edvbcislot: answerENQ(%s)\n", value);
+
+
return 0;
}