backwards compatibility for older client versions and the new double tap timeout...
[deb_libcec.git] / src / lib / CECClient.h
index adeaf739b22c5474ce6e9ddae15085063bbb46d2..3ef0453ccae8a1b916881cf6e5b22bcbc6ae1c5e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * This file is part of the libCEC(R) library.
  *
- * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited.  All rights reserved.
+ * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited.  All rights reserved.
  * libCEC(R) is an original work, containing original code.
  *
  * libCEC(R) is a trademark of Pulse-Eight Limited.
@@ -302,6 +302,8 @@ namespace CEC
     virtual int  CallbackMenuStateChanged(const cec_menu_state newState);
     virtual void CallbackSourceActivated(bool bActivated, const cec_logical_address logicalAddress);
 
+    uint32_t DoubleTapTimeoutMS(void);
+
     CCECProcessor *       m_processor;                         /**< a pointer to the processor */
     libcec_configuration  m_configuration;                     /**< the configuration of this client */
     bool                  m_bInitialised;                      /**< true when initialised, false otherwise */