cec: more consistent log messages + cosmetics
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 524fdc2af5e2215aba6a1727423193097f9de4df..7cf3b84974117be90141701cf600848ad5b80a0e 100644 (file)
@@ -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: