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