cec: use the vlcommandhandler for the primary device that is handled by libCEC when...
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index 18b75070d9531a3ce69d7500955d5eee1d2513c2..6770947ab892f2407708f5f00eda9b58db71298e 100644 (file)
@@ -46,6 +46,8 @@ namespace CEC
     virtual bool TransmitActiveSource(const cec_logical_address iInitiator, uint16_t iPhysicalAddress);
     virtual bool TransmitPendingActiveSourceCommands(void);
 
+    bool PowerUpEventReceived(void);
+
   private:
     PLATFORM::CMutex m_mutex;
     bool             m_bActiveSourcePending;