cec: moved device specific logic from CCECProcessor to CCECBusDevice
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 7bb0fc253c13389383f8f7d1a159742941040e79..70c86eb2476ebab0f526468fa4f1294f2b5909a5 100644 (file)
@@ -63,6 +63,7 @@ namespace CEC
     bool HandleUserControlRelease(const cec_command &command);
     void UnhandledCommand(const cec_command &command);
 
+    CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const;
     CCECBusDevice *m_busDevice;
   };
 };