cec: a recording device inherits all the features of a playback device. changed defau...
[deb_libcec.git] / src / lib / devices / CECRecordingDevice.h
index 45c0407cd8341b6d9dc878ae3973cd13bf4a2d50..86bd80a84c3ceca8c2917bc4c2ea538e44c2f6a4 100644 (file)
  *     http://www.pulse-eight.net/
  */
 
-#include "CECBusDevice.h"
+#include "CECPlaybackDevice.h"
 
 namespace CEC
 {
-  class CCECRecordingDevice : public CCECBusDevice
+  class CCECRecordingDevice : public CCECPlaybackDevice
   {
   public:
     CCECRecordingDevice(CCECProcessor *processor, cec_logical_address address, uint16_t iPhysicalAddress = 0);