mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 19:48:00 +00:00
latest changes from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SynchronizedObject.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/SynchronizedObject.h#3 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/SynchronizedObject.h#4 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Threading
|
||||
@@ -86,7 +86,7 @@ public:
|
||||
|
||||
void wait(long milliseconds) const;
|
||||
/// Waits for the object to become signalled.
|
||||
/// Throws a TimeOutException if the object
|
||||
/// Throws a TimeoutException if the object
|
||||
/// does not become signalled within the specified
|
||||
/// time interval.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user