X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d0ffa458c4d703df7c2d7dceb8f101bb6c047ff8..f2c69b1c3a49b8b03866894fe3e3f3a4f330f517:/lib/dvb/frontend.h?ds=sidebyside diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 6d683267..87814005 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -2,10 +2,6 @@ #define __dvb_frontend_h #include -#include - -class eSecCommandList; - class eDVBFrontendParameters: public iDVBFrontendParameters { DECLARE_REF(eDVBFrontendParameters); @@ -33,6 +29,11 @@ public: RESULT getHash(unsigned long &hash) const; }; +#ifndef SWIG + +#include +class eSecCommandList; + class eDVBFrontend: public iDVBFrontend, public Object { DECLARE_REF(eDVBFrontend); @@ -111,4 +112,5 @@ public: int closeFrontend(); }; +#endif // SWIG #endif