added the type of adapter to libcec_configuration, and display the type in cec-client...
[deb_libcec.git] / src / lib / adapter / Pulse-Eight / USBCECAdapterCommunication.h
index ae7fa1c634633c92794d05df01864e7dd59e8984..2192456010ca99c7dae30f42285a8ed387d79dd3 100644 (file)
@@ -87,6 +87,7 @@ namespace CEC
     bool SetControlledMode(bool controlled);
     cec_vendor_id GetVendorId(void) { return CEC_VENDOR_UNKNOWN; }
     bool SupportsSourceLogicalAddress(const cec_logical_address UNUSED(address)) { return true; }
+    cec_adapter_type GetAdapterType(void);
     ///}
 
     bool ProvidesExtendedResponse(void);