cec: only switch handlers once when using the generic handler
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index 3959ad79b1f2a3ba6ea8ea6d508aebb9d3796e29..cff1da4dfcdf3eb4aaad5966713fbdea614698eb 100644 (file)
@@ -40,6 +40,6 @@ namespace CEC
   public:
     CVLCommandHandler(CCECBusDevice *busDevice);
     virtual ~CVLCommandHandler(void) {};
-    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_PANASONIC; };
+    virtual bool InitHandler(void);
   };
 };