mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
Updated documentation.
This commit is contained in:
@@ -59,10 +59,10 @@ public:
|
||||
typedef Poco::ScopedLock<Mutex> ScopedLock;
|
||||
|
||||
explicit Mutex(MutexType type = MUTEX_RECURSIVE);
|
||||
/// creates the Mutex.
|
||||
/// Creates the Mutex.
|
||||
|
||||
~Mutex();
|
||||
/// destroys the Mutex.
|
||||
/// Destroys the Mutex.
|
||||
|
||||
void lock();
|
||||
/// Locks the mutex. Blocks if the mutex
|
||||
|
||||
Reference in New Issue
Block a user