cec: wait for multiple responses, not just for one. don't try to read and write at...
[deb_libcec.git] / src / lib / devices / CECRecordingDevice.h
index f2c282c2d722f4c624ce1eea2675b646cda84eeb..d453e9c22218c4b08539ad0fa5a375f6fada146e 100644 (file)
@@ -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,8 +44,8 @@ namespace CEC
     virtual ~CCECRecordingDevice(void) {};
 
     /* playback device methods */
-    virtual cec_deck_info GetDeckStatus(void) const;
-    virtual cec_deck_control_mode GetDeckControlMode(void) const;
+    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);