diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-14 08:55:20 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-14 08:55:20 +0000 |
commit | 4859c160bb68904929a519aa53c6509bd6796b96 (patch) | |
tree | 12c6c35187b4fc9ba9d6b14ad7dd0648a4b70d80 /ACE/ace/Recursive_Thread_Mutex.h | |
parent | 7a0e3c20449e6a8ad592bec6cb80eec1e630e907 (diff) | |
download | ATCD-4859c160bb68904929a519aa53c6509bd6796b96.tar.gz |
Wed Feb 14 08:53:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Recursive_Thread_Mutex.h')
-rw-r--r-- | ACE/ace/Recursive_Thread_Mutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Recursive_Thread_Mutex.h b/ACE/ace/Recursive_Thread_Mutex.h index c24e4425b64..5ce635cac12 100644 --- a/ACE/ace/Recursive_Thread_Mutex.h +++ b/ACE/ace/Recursive_Thread_Mutex.h @@ -72,8 +72,8 @@ public: int acquire (ACE_Time_Value &tv); /** - * If <tv> == 0 the call <acquire()> directly. Otherwise, Block the - * thread until we acquire the mutex or until <tv> times out, in + * 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 <errno> == <ETIME>. Note that * <*tv> is assumed to be in "absolute" rather than "relative" time. * The value of <*tv> is updated upon return to show the actual |