X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=a0a4ddc373cdd97fdeb2c50996acdf9a4e28d9ef;hb=11d13a028204b3ead4019292845e160a0edd5c52;hp=c6bf62903ceec9614055c36b0fd807494e2733af;hpb=d2f1c15733e3f6f2c8a17abfd3c6612ea93ce734;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index c6bf629..a0a4ddc 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -94,6 +94,7 @@ namespace CEC virtual bool SendKeypress(cec_logical_address iDestination, cec_user_control_code key, bool bWait = false); virtual bool SendKeyRelease(cec_logical_address iDestination, bool bWait = false); virtual cec_osd_name GetOSDName(cec_logical_address iAddress); + virtual bool EnablePhysicalAddressDetection(void); const char *ToString(const cec_menu_state state); const char *ToString(const cec_version version); @@ -119,7 +120,6 @@ namespace CEC cec_user_control_code m_iCurrentButton; int64_t m_buttontime; CCECProcessor *m_cec; - CAdapterCommunication *m_comm; CecBuffer m_logBuffer; CecBuffer m_keyBuffer; CecBuffer m_commandBuffer;