cec: replace the command handler directly after receiving a changed vendor id. change...
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index 48674cc995254a80410955ec0b910070c86d4982..8243d98546564e10f570df23da1009add6b28ce8 100644 (file)
@@ -44,7 +44,9 @@ namespace CEC
 
     virtual void HandlePoll(const cec_logical_address iInitiator, const cec_logical_address iDestination);
     virtual bool HandleReceiveFailed(void);
+
     virtual bool InitHandler(void);
+    virtual bool ActivateSource(void);
 
   protected:
     virtual bool HandleActiveSource(const cec_command &command);