cec: added the firmware version to libcec_configuration (read-only). bumped server...
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index fd532668ab5ebac1e6d272760e53daf4e31fb4cc..a0ea25a329cb3d49bc9716212ce0f8983b26908b 100644 (file)
@@ -66,6 +66,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 +76,6 @@ namespace CEC
     bool               m_bSLEnabled;
     bool               m_bActiveSourceSent;
     PLATFORM::CTimeout m_resetPowerState;
-    bool               m_bVendorIdSent;
     PLATFORM::CMutex   m_SLMutex;
   };
 };