only request the build date once
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index 4ea6a05b24d5413d0c9b6bf8ea8af0e06f614be0..6d84ec7d1e0cd0cda5d490b8a498e77eff87d56b 100644 (file)
@@ -48,7 +48,6 @@ namespace CEC
   protected:
     virtual bool HandleActiveSource(const cec_command &command);
     virtual bool HandleDeviceVendorId(const cec_command &command);
-    virtual bool HandleGivePhysicalAddress(const cec_command &command);
     virtual bool HandleVendorCommand(const cec_command &command);
 
     virtual void HandleVendorCommand01(const cec_command &command);
@@ -66,6 +65,7 @@ namespace CEC
     virtual bool HandleFeatureAbort(const cec_command &command);
     virtual bool HandleStandby(const cec_command &command);
     virtual bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState)) { return true; }
+    virtual bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);
 
     virtual void ResetSLState(void);
     virtual bool SLInitialised(void);