cec: signal waiting threads when receiving a feature abort too
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index fe9a3f1be191aa9b1de930f91bcdde9d76537604..d7f630031a38b70fecc9973703733ca5fddfa47b 100644 (file)
@@ -159,6 +159,8 @@ namespace CEC
     virtual bool SendDeckStatusUpdateOnActiveSource(void) const { return m_bOPTSendDeckStatusUpdateOnActiveSource; };
     virtual bool TransmitPendingActiveSourceCommands(void) { return true; }
 
+    virtual void SignalOpcode(cec_opcode opcode);
+
   protected:
     virtual bool HandleActiveSource(const cec_command &command);
     virtual bool HandleDeckControl(const cec_command &command);