X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FRLCommandHandler.h;h=be9b5d9af39ccc30f2f17d3dd18fe6d2af62f8c1;hb=e7c95b16bb716f2ec3ffab0384cdb846933b8e3e;hp=446c91b883dc217a9e636ea2689ea24c834a647e;hpb=f8edb2973d37f3ebfd08291f28be5435d0cf8f64;p=deb_libcec.git diff --git a/src/lib/implementations/RLCommandHandler.h b/src/lib/implementations/RLCommandHandler.h index 446c91b..be9b5d9 100644 --- a/src/lib/implementations/RLCommandHandler.h +++ b/src/lib/implementations/RLCommandHandler.h @@ -2,7 +2,7 @@ /* * This file is part of the libCEC(R) library. * - * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -46,5 +46,6 @@ namespace CEC virtual ~CRLCommandHandler(void) {}; bool InitHandler(void); + int HandleDeviceVendorCommandWithId(const cec_command &command); }; };