fix error handling
[enigma2.git] / lib / dvb / frontend.h
index 0bef95d1ad8eb6c246719995c341deb2b4823cdf..6bf36466752deb42bf82df94c46980dd4d908d49 100644 (file)
@@ -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;
@@ -121,7 +122,7 @@ public:
        int isCompatibleWith(ePtr<iDVBFrontendParameters> &feparm);
        int getDVBID() { return m_dvbid; }
        int getSlotID() { return m_slotid; }
-       void setSlotInfo(ePyObject obj); // get a tuple (slotid, slotdescr)
+       bool setSlotInfo(ePyObject obj); // get a tuple (slotid, slotdescr)
 
        int openFrontend();
        int closeFrontend();