X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=0da4dede4cc27b9748b99497b2af9fbd85344595;hb=09c10b66e7700acd20c62eb3a553fe2d36a6907e;hp=70c86eb2476ebab0f526468fa4f1294f2b5909a5;hpb=59c9774c4dd9ba059206e8a9b5a76e3b6a47ca59;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index 70c86eb..0da4ded 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -64,6 +64,7 @@ namespace CEC void UnhandledCommand(const cec_command &command); CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const; + CCECBusDevice *GetThisDevice(void) const; CCECBusDevice *m_busDevice; }; };