X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=7cf3b84974117be90141701cf600848ad5b80a0e;hb=62f5527da093117c4188e8fb3dc1469802be203e;hp=524fdc2af5e2215aba6a1727423193097f9de4df;hpb=8747dd4fbf6aca45c49391ba754f013f28ca3806;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index 524fdc2..7cf3b84 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -47,6 +47,7 @@ namespace CEC virtual bool HandleCommand(const cec_command &command); virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_UNKNOWN; }; + static const char* ToString(const cec_logical_address address); static const char* ToString(const cec_opcode opcode); protected: