cec: include the ack timeout in the cec_command struct
[deb_libcec.git] / src / lib / LibCEC.h
index d0147d8e4f2a762b60f4938d207116f4bdc88a10..8873ff94b3898399572b0296c4dcc6b8df51b9a8 100644 (file)
@@ -63,7 +63,7 @@ namespace CEC
       virtual bool GetNextKeypress(cec_keypress *key);
       virtual bool GetNextCommand(cec_command *command);
 
-      virtual bool Transmit(const cec_command &data, bool bWaitForAck = true);
+      virtual bool Transmit(const cec_command &data);
       virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress = CECDEVICE_PLAYBACKDEVICE1);
       virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS);