X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Ffrontend.h;h=f4e99fae3b626a3d471fc5df7a30aece0e2eca71;hp=c179d5744a1df19f869933e22dfd2f47b09d4fff;hb=dba614edd2aad3c17e244914eaef3809d8300cb1;hpb=1aeefd997cc362c3b37c1587c5f08891b35c3a75 diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index c179d57..f4e99fa 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -1,11 +1,12 @@ #ifndef __dvb_frontend_h #define __dvb_frontend_h +#include #include class eDVBFrontendParameters: public iDVBFrontendParameters { - DECLARE_REF; + DECLARE_REF(eDVBFrontendParameters); union { eDVBFrontendParametersSatellite sat; @@ -32,9 +33,12 @@ public: class eDVBFrontend: public iDVBFrontend, public Object { - DECLARE_REF; + DECLARE_REF(eDVBFrontend); int m_type; int m_fd; +#if HAVE_DVB_API_VERSION < 3 + int m_secfd; +#endif int m_state; Signal1 m_stateChanged; ePtr m_sec;