cec: added GetLogicalAddresses()/cec_get_logical_addresses() to the interface, that...
[deb_libcec.git] / src / lib / LibCEC.h
index 6cc2514d561b0df852ad9626c11733b39ab7b653..b5cf2bfd46fa0bc22e6cd5f25c1113c66c974f34 100644 (file)
@@ -101,6 +101,7 @@ namespace CEC
       virtual bool IsActiveSource(cec_logical_address iAddress);
       virtual bool SetStreamPath(cec_logical_address iAddress);
       virtual bool SetStreamPath(uint16_t iPhysicalAddress);
+      virtual cec_logical_addresses GetLogicalAddresses(void);
 
       const char *ToString(const cec_menu_state state);
       const char *ToString(const cec_version version);