cec: don't send any CEC commands after entering bootloader mode in cec-client
[deb_libcec.git] / src / lib / CECProcessor.h
index e4f0a6b1b07077dee86159a24fb1d3355e1dceae..82ea16f0fb441141d32089c04b9be169c4b7bb3d 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <string>
 #include <cectypes.h>
-#include "AdapterCommunication.h"
+#include "adapter/AdapterCommunication.h"
 #include "platform/os.h"
 
 class CSerialPort;
@@ -129,6 +129,8 @@ namespace CEC
 
       virtual bool StartBootloader(void);
       virtual bool PingAdapter(void);
+      virtual void HandlePoll(cec_logical_address initiator, cec_logical_address destination);
+      virtual bool HandleReceiveFailed(void);
 
       CCECBusDevice *  m_busDevices[16];
       PLATFORM::CMutex m_transmitMutex;
@@ -148,7 +150,6 @@ namespace CEC
       bool FindLogicalAddressAudioSystem(void);
 
       void LogOutput(const cec_command &data);
-      bool WaitForTransmitSucceeded(CCECAdapterMessage *message);
       bool ParseMessage(const CCECAdapterMessage &msg);
       void ParseCommand(cec_command &command);