do voltage and tone control in SEC_SEND_SEQUENCE on old api..sorry for this hack
[enigma2.git] / lib / dvb / sec.h
index 18aec67933d9cd482a5749455bf1e5e65c2d6164..ea01108dda86481ac2633a5b31210904e85e95c2 100644 (file)
@@ -7,13 +7,9 @@
 class eDVBSatelliteEquipmentControl: public iDVBSatelliteEquipmentControl
 {
 public:
-       DECLARE_REF;
+       DECLARE_REF(eDVBSatelliteEquipmentControl);
        eDVBSatelliteEquipmentControl();
-#if HAVE_DVB_API_VERSION < 3
-       RESULT prepare(iDVBFrontend &frontend, FrontendParameters &parm, eDVBFrontendParametersSatellite &sat);
-#else
-       RESULT prepare(iDVBFrontend &frontend, struct dvb_frontend_parameters &parm, eDVBFrontendParametersSatellite &sat);
-#endif
+       RESULT prepare(iDVBFrontend &frontend, FRONTENDPARAMETERS &parm, eDVBFrontendParametersSatellite &sat);
 };
 
 #endif