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
|
/// the event is automatically reset after
|
||||||
/// a wait() successfully returns.
|
/// a wait() successfully returns.
|
||||||
|
|
||||||
|
//@ deprecated
|
||||||
Event(bool autoReset);
|
Event(bool autoReset);
|
||||||
//@ deprecated
|
/// Please use Event::Event(EventType) instead.
|
||||||
/// Creates the event. If autoReset is true,
|
|
||||||
/// the event is automatically reset after
|
|
||||||
/// a wait() successfully returns.
|
|
||||||
|
|
||||||
~Event();
|
~Event();
|
||||||
/// Destroys the event.
|
/// Destroys the event.
|
||||||
|
|||||||
@@ -59,10 +59,10 @@ public:
|
|||||||
typedef Poco::ScopedLock<Mutex> ScopedLock;
|
typedef Poco::ScopedLock<Mutex> ScopedLock;
|
||||||
|
|
||||||
explicit Mutex(MutexType type = MUTEX_RECURSIVE);
|
explicit Mutex(MutexType type = MUTEX_RECURSIVE);
|
||||||
/// creates the Mutex.
|
/// Creates the Mutex.
|
||||||
|
|
||||||
~Mutex();
|
~Mutex();
|
||||||
/// destroys the Mutex.
|
/// Destroys the Mutex.
|
||||||
|
|
||||||
void lock();
|
void lock();
|
||||||
/// Locks the mutex. Blocks if the mutex
|
/// Locks the mutex. Blocks if the mutex
|
||||||
|
|||||||
Reference in New Issue
Block a user