Updated documentation.

This commit is contained in:
martin-osborne
2015-01-17 11:58:01 +00:00
parent 21d2e963ef
commit 1bb48442b6
2 changed files with 4 additions and 6 deletions

View File

@@ -57,11 +57,9 @@ public:
/// the event is automatically reset after
/// a wait() successfully returns.
//@ deprecated
Event(bool autoReset);
//@ deprecated
/// Creates the event. If autoReset is true,
/// the event is automatically reset after
/// a wait() successfully returns.
/// Please use Event::Event(EventType) instead.
~Event();
/// Destroys the event.

View File

@@ -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