X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.h;h=595170ac887101088f5627b9db9f8c2a300bfba3;hb=3befc9811e59359c014c33c1276f869d5b59ac09;hp=3b08cbd04a8ae5839cc76f2d3ea7d8e6ed65554a;hpb=d968b075dd7f0a4a96175045dbf4e20b7aa32872;p=deb_libcec.git diff --git a/src/lib/implementations/ANCommandHandler.h b/src/lib/implementations/ANCommandHandler.h index 3b08cbd..595170a 100644 --- a/src/lib/implementations/ANCommandHandler.h +++ b/src/lib/implementations/ANCommandHandler.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,7 +46,7 @@ namespace CEC virtual ~CANCommandHandler(void) {}; int HandleVendorRemoteButtonDown(const cec_command &command); - int HandleVendorRemoteButtonUp(const cec_command &command); + int HandleDeviceVendorCommandWithId(const cec_command &command); protected: bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);