cec: handle CEC_OPCODE_STANDBY
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 7cf3b84974117be90141701cf600848ad5b80a0e..934dfc5c6feb0d4df8c96b3b37178940f6edd4c6 100644 (file)
@@ -68,6 +68,7 @@ namespace CEC
     virtual bool HandleSetMenuLanguage(const cec_command &command);
     virtual bool HandleSetStreamPath(const cec_command &command);
     virtual bool HandleSetSystemAudioModeRequest(const cec_command &command);
+    virtual bool HandleStandby(const cec_command &command);
     virtual bool HandleGiveSystemAudioModeStatus(const cec_command &command);
     virtual bool HandleUserControlPressed(const cec_command &command);
     virtual bool HandleUserControlRelease(const cec_command &command);