From 5420a4e02b87a62d07886a22b1558d47fcc9219c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jun 2023 09:20:48 +0200 Subject: update to 1.1.3 --- REFLECTION | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 07e9aba..bd5d212 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 sync version 1.1.2 ] { +Extension [ extension #123 sync version 1.1.3 ] { - Classes [5] { Class [ class SyncMutex ] { @@ -19,21 +19,21 @@ Extension [ extension #119 sync version 1.1.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $name = ] } } Method [ public method lock ] { - Parameters [1] { - Parameter #0 [ $wait ] + Parameter #0 [ $wait = ] } } Method [ public method unlock ] { - Parameters [1] { - Parameter #0 [ $all ] + Parameter #0 [ $all = ] } } } @@ -57,23 +57,23 @@ Extension [ extension #119 sync version 1.1.2 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $initialval ] - Parameter #2 [ $autounlock ] + Parameter #0 [ $name = ] + Parameter #1 [ $initialval = ] + Parameter #2 [ $autounlock = ] } } Method [ public method lock ] { - Parameters [1] { - Parameter #0 [ $wait ] + Parameter #0 [ $wait = ] } } Method [ public method unlock ] { - Parameters [1] { - Parameter #0 [ &$prevcount ] + Parameter #0 [ &$prevcount = ] } } } @@ -97,15 +97,15 @@ Extension [ extension #119 sync version 1.1.2 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $manual ] + Parameter #0 [ $name = ] + Parameter #1 [ $manual = ] } } Method [ public method wait ] { - Parameters [1] { - Parameter #0 [ $wait ] + Parameter #0 [ $wait = ] } } @@ -141,22 +141,22 @@ Extension [ extension #119 sync version 1.1.2 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $autounlock ] + Parameter #0 [ $name = ] + Parameter #1 [ $autounlock = ] } } Method [ public method readlock ] { - Parameters [1] { - Parameter #0 [ $wait ] + Parameter #0 [ $wait = ] } } Method [ public method writelock ] { - Parameters [1] { - Parameter #0 [ $wait ] + Parameter #0 [ $wait = ] } } @@ -213,15 +213,15 @@ Extension [ extension #119 sync version 1.1.2 ] { - Parameters [2] { Parameter #0 [ $string ] - Parameter #1 [ $start ] + Parameter #1 [ $start = ] } } Method [ public method read ] { - Parameters [2] { - Parameter #0 [ $start ] - Parameter #1 [ $length ] + Parameter #0 [ $start = ] + Parameter #1 [ $length = ] } } } -- cgit