diff options
| author | click <none@none> | 2010-11-04 05:30:29 +0100 |
|---|---|---|
| committer | click <none@none> | 2010-11-04 05:30:29 +0100 |
| commit | 9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch) | |
| tree | 14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Thread_Mutex.h | |
| parent | 2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff) | |
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG--
branch : trunk
Diffstat (limited to 'dep/acelite/ace/Thread_Mutex.h')
| -rw-r--r-- | dep/acelite/ace/Thread_Mutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/acelite/ace/Thread_Mutex.h b/dep/acelite/ace/Thread_Mutex.h index fd8f3959587..7bda270e5d3 100644 --- a/dep/acelite/ace/Thread_Mutex.h +++ b/dep/acelite/ace/Thread_Mutex.h @@ -4,7 +4,7 @@ /** * @file Thread_Mutex.h * - * $Id: Thread_Mutex.h 89127 2010-02-22 19:58:18Z schmidt $ + * $Id: Thread_Mutex.h 92060 2010-09-27 18:08:48Z johnnyw $ * * Moved from Synch.h. * @@ -78,7 +78,7 @@ public: int acquire (ACE_Time_Value &tv); /** - * If @a tv == 0 the call <acquire()> directly. Otherwise, Block the + * If @a tv == 0 the call acquire() directly. Otherwise, Block the * thread until we acquire the mutex or until @a tv times out, in * which case -1 is returned with @c errno == @c ETIME. Note that * @a tv is assumed to be in "absolute" rather than "relative" time. |
