X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fidvb.h;h=d20829bf311b6f7748e924902ea3958c55b74189;hp=4ef7efaddbebe9b26cc67c5eff0527b879a183df;hb=453af6ce0630079409e4245c6f7c74a117ee3de2;hpb=c352487661e7927d0068ef8fa69765055ff488d8 diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 4ef7efa..d20829b 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -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 &stateChange, ePtr &connection)=0; #endif