fix empty streams list crash, correctly show/hide color key buttons, re-implement...
[enigma2.git] / lib / dvb / idvb.h
index 4ef7efaddbebe9b26cc67c5eff0527b879a183df..d20829bf311b6f7748e924902ea3958c55b74189 100644 (file)
@@ -459,6 +459,8 @@ class iDVBFrontend: public iDVBFrontend_ENUMS, public iObject
 public:
        virtual RESULT getFrontendType(int &SWIG_OUTPUT)=0;
        virtual RESULT tune(const iDVBFrontendParameters &where)=0;
+       virtual int closeFrontend(bool force = false)=0;
+       virtual void reopenFrontend()=0;
 #ifndef SWIG
        virtual RESULT connectStateChange(const Slot1<void,iDVBFrontend*> &stateChange, ePtr<eConnection> &connection)=0;
 #endif