cec: poll for a vendor id when an active device is detected on a logical addres,...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 7129b400793ed473769f9b36b4c6be24799d16c4..7bb0fc253c13389383f8f7d1a159742941040e79 100644 (file)
@@ -44,6 +44,7 @@ namespace CEC
     virtual ~CCECCommandHandler(void) {};
 
     virtual bool HandleCommand(const cec_command &command);
+    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_UNKNOWN; };
 
   protected:
     bool HandleDeviceVendorCommandWithId(const cec_command &command);