timeout parameter removed from Close()/cec_close(). return type changed to void....
[deb_libcec.git] / include / CECExportsCpp.h
index a87c2d018434d19e3ba457113b9f503fbb85f8bd..635d5056bb8d7004188dc3e1e524f1e5cd05f9af 100644 (file)
@@ -44,7 +44,7 @@ namespace CEC
     /*!
      * @see cec_close
      */
-    virtual bool Close(int iTimeoutMs = 2000) = 0;
+    virtual void Close(void) = 0;
 
     /*!
      * @see cec_find_devices