fix tune failed problems on fast zap when a diseqc swicth is in use
[enigma2.git] / lib / dvb / frontend.h
index 111e715dbe10b61ee06924b9d72823641c6743ce..49e2da89ffce2b8e54a1cb41324ecc6d7b24fade 100644 (file)
@@ -43,6 +43,9 @@ class eDVBFrontend: public iDVBFrontend, public Object
 {
 public:
        enum {
+               NEW_CSW,
+               NEW_UCSW,
+               NEW_TONEBURST,
                CSW,                  // state of the committed switch
                UCSW,                 // state of the uncommitted switch
                TONEBURST,            // current state of toneburst switch
@@ -97,7 +100,6 @@ private:
        void tuneLoop();  // called by m_tuneTimer
        void setFrontend();
        bool setSecSequencePos(int steps);
-       void setRotorData(int pos, int cmd);
        static int PriorityOrder;
 public:
        eDVBFrontend(int adap, int fe, int &ok);