X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fdevices%2FCECRecordingDevice.h;h=cb6571513135d8d72c9db772b0faba840fc36e7f;hb=b32ffd87ed707124e700477e8b2a10f6132de2c8;hp=f2c282c2d722f4c624ce1eea2675b646cda84eeb;hpb=1a7f0a57653192ae7aae6e834574334169c13d2d;p=deb_libcec.git diff --git a/src/lib/devices/CECRecordingDevice.h b/src/lib/devices/CECRecordingDevice.h index f2c282c..cb65715 100644 --- a/src/lib/devices/CECRecordingDevice.h +++ b/src/lib/devices/CECRecordingDevice.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,13 +44,13 @@ namespace CEC virtual ~CCECRecordingDevice(void) {}; /* playback device methods */ - virtual cec_deck_info GetDeckStatus(void) const; - virtual cec_deck_control_mode GetDeckControlMode(void) const; + cec_deck_info GetDeckStatus(void); + cec_deck_control_mode GetDeckControlMode(void); - virtual void SetDeckStatus(cec_deck_info deckStatus); - virtual void SetDeckControlMode(cec_deck_control_mode mode); + void SetDeckStatus(cec_deck_info deckStatus); + void SetDeckControlMode(cec_deck_control_mode mode); - virtual bool TransmitDeckStatus(cec_logical_address dest); + bool TransmitDeckStatus(cec_logical_address dest); /* tuner methods */ //TODO