X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.h;h=d9437d13a1e6529c364bf5f932e05bc32cfc44bd;hb=884f239fe81ebd0489bdee277de6b719c1495557;hp=8966c1a13fb4c986cdcb1e109d3d6da0f1cf700e;hpb=cf4931be43a04e39ae7041e115f5a07cec530031;p=deb_libcec.git diff --git a/src/lib/implementations/ANCommandHandler.h b/src/lib/implementations/ANCommandHandler.h index 8966c1a..d9437d1 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 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -44,5 +44,6 @@ namespace CEC virtual bool HandleCommand(const cec_command &command); protected: virtual bool HandleVendorRemoteButtonDown(const cec_command &command); + virtual bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination); }; };