mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
Updated documentation.
This commit is contained in:
@@ -57,11 +57,9 @@ public:
|
||||
/// the event is automatically reset after
|
||||
/// a wait() successfully returns.
|
||||
|
||||
Event(bool autoReset);
|
||||
//@ deprecated
|
||||
/// Creates the event. If autoReset is true,
|
||||
/// the event is automatically reset after
|
||||
/// a wait() successfully returns.
|
||||
Event(bool autoReset);
|
||||
/// Please use Event::Event(EventType) instead.
|
||||
|
||||
~Event();
|
||||
/// Destroys the event.
|
||||
|
||||
@@ -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