cec: include the ack timeout in the cec_command struct
[deb_libcec.git] / src / lib / CECProcessor.h
index bd616df6edb598b48e0fd62b6319e8679c606941..0d8a21f188e9b961960eaf73956c1bae0bd81022 100644 (file)
@@ -57,7 +57,7 @@ namespace CEC
 
       virtual bool SetActiveView(void);
       virtual bool SetInactiveView(void);
-      virtual bool Transmit(const cec_command &data, bool bWaitForAck = true);
+      virtual bool Transmit(const cec_command &data);
       virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress);
       virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress);
       virtual bool SwitchMonitoring(bool bEnable);