mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Add default value to Semaphore ctor
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
|||||||
|
|
||||||
@param initialCount The starting number of resources.
|
@param initialCount The starting number of resources.
|
||||||
*/
|
*/
|
||||||
explicit Semaphore (int initialCount);
|
explicit Semaphore (int initialCount = 0);
|
||||||
|
|
||||||
~Semaphore ();
|
~Semaphore ();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user