X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fdevices%2FCECPlaybackDevice.h;h=c6f26ec152b524662797654495dbce3eca817d5d;hb=9a2f12df2010494eaaa82a27d9ec5ec32ff8c798;hp=db504f7c6d673318568f5a82ec68289eb182f16d;hpb=a9232a79cfb71be51caea8aae6c8ea63ae3884ad;p=deb_libcec.git diff --git a/src/lib/devices/CECPlaybackDevice.h b/src/lib/devices/CECPlaybackDevice.h index db504f7..c6f26ec 100644 --- a/src/lib/devices/CECPlaybackDevice.h +++ b/src/lib/devices/CECPlaybackDevice.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. @@ -41,8 +41,8 @@ namespace CEC CCECPlaybackDevice(CCECProcessor *processor, cec_logical_address address, uint16_t iPhysicalAddress = 0); virtual ~CCECPlaybackDevice(void) {}; - virtual cec_deck_info GetDeckStatus(void) const { return m_deckStatus; }; - virtual cec_deck_control_mode GetDeckControlMode(void) const { return m_deckControlMode; }; + virtual cec_deck_info GetDeckStatus(void); + virtual cec_deck_control_mode GetDeckControlMode(void); virtual void SetDeckStatus(cec_deck_info deckStatus); virtual void SetDeckControlMode(cec_deck_control_mode mode);