only request the build date once
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index fd532668ab5ebac1e6d272760e53daf4e31fb4cc..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);
@@ -75,7 +75,6 @@ namespace CEC
     bool               m_bSLEnabled;
     bool               m_bActiveSourceSent;
     PLATFORM::CTimeout m_resetPowerState;
-    bool               m_bVendorIdSent;
     PLATFORM::CMutex   m_SLMutex;
   };
 };