aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/idvb.h
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-03-30 18:25:06 +0200
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-03-31 23:53:21 +0200
commit85b69597116f1d9bcd52331c01f0d4fb4c6d3c60 (patch)
treeb62ee008301bf222d873224535ddad96beeb0e65 /lib/dvb/idvb.h
parentcd176a16cb54350617ea202de983e8d643978971 (diff)
downloadenigma2-85b69597116f1d9bcd52331c01f0d4fb4c6d3c60.tar.gz
enigma2-85b69597116f1d9bcd52331c01f0d4fb4c6d3c60.zip
fixes bug #436
some improvements to the multi tuner type switching
Diffstat (limited to 'lib/dvb/idvb.h')
-rw-r--r--lib/dvb/idvb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h
index 4ef7efad..a3e87e35 100644
--- a/lib/dvb/idvb.h
+++ b/lib/dvb/idvb.h
@@ -459,6 +459,7 @@ class iDVBFrontend: public iDVBFrontend_ENUMS, public iObject
public:
virtual RESULT getFrontendType(int &SWIG_OUTPUT)=0;
virtual RESULT tune(const iDVBFrontendParameters &where)=0;
+ virtual void reopenFrontend()=0;
#ifndef SWIG
virtual RESULT connectStateChange(const Slot1<void,iDVBFrontend*> &stateChange, ePtr<eConnection> &connection)=0;
#endif