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 /// 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.

View File

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