X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FRLCommandHandler.h;h=be9b5d9af39ccc30f2f17d3dd18fe6d2af62f8c1;hb=e7c95b16bb716f2ec3ffab0384cdb846933b8e3e;hp=ec9edd92b8553f3598113a86a10d5e1ac1295e44;hpb=060a7b5eaa3b6cb10afce2c7273a5c021f4fea2e;p=deb_libcec.git diff --git a/src/lib/implementations/RLCommandHandler.h b/src/lib/implementations/RLCommandHandler.h index ec9edd9..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. @@ -32,7 +32,6 @@ */ #include "CECCommandHandler.h" -#include "../platform/util/timeutils.h" namespace CEC { @@ -47,5 +46,6 @@ namespace CEC virtual ~CRLCommandHandler(void) {}; bool InitHandler(void); + int HandleDeviceVendorCommandWithId(const cec_command &command); }; };