added a callback for clients that is called when a source is (de)activated, so the...
[deb_libcec.git] / src / lib / CECClient.h
index 87a4b7fbaf071d9067ea897dc1ca8f9ac1fb7233..fccb083e4dd49a3d3b85bc2706b17c4fbb6b209e 100644 (file)
@@ -182,6 +182,8 @@ namespace CEC
     virtual void                  AddKey(const cec_keypress &key);
     virtual void                  SetCurrentButton(const cec_user_control_code iButtonCode);
     virtual void                  CheckKeypressTimeout(void);
+    virtual void                  SourceActivated(const cec_logical_address logicalAddress);
+    virtual void                  SourceDeactivated(const cec_logical_address logicalAddress);
 
   protected:
     /*!