diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-15 22:24:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-15 22:24:28 +0000 |
| commit | 8b7bd9c03984b5f534a0c50561621c1368d926da (patch) | |
| tree | 20b30e9f0684f321cc58e4e98d132a25123b382c /lib/dvb/frontend.h | |
| parent | acd4a0e33549fcc02655dc50269dda173196c5a3 (diff) | |
| download | enigma2-8b7bd9c03984b5f534a0c50561621c1368d926da.tar.gz enigma2-8b7bd9c03984b5f534a0c50561621c1368d926da.zip | |
take care for disabled -C -T frontends
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 0bef95d1..d2070e96 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -38,6 +38,7 @@ class eSecCommandList; class eDVBFrontend: public iDVBFrontend, public Object { DECLARE_REF(eDVBFrontend); + bool m_enabled; int m_type; int m_dvbid; int m_slotid; |
