summaryrefslogtreecommitdiff
path: root/ACE/ace/Condition_Thread_Mutex.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-06-07 10:13:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-06-07 10:13:33 +0000
commit8f1340752874924e24f1f45f7c36c62388488eab (patch)
tree3197c4c4b467db6a300894889c4e8624bfa14eca /ACE/ace/Condition_Thread_Mutex.h
parent1caf8efa3459b518c883184a62e69206e7de351d (diff)
downloadATCD-8f1340752874924e24f1f45f7c36c62388488eab.tar.gz
Thu Jun 7 10:13:13 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Condition_Thread_Mutex.h: * ace/Dynamic_Message_Strategy.h: * ace/Message_Queue.h: * ace/Metrics_Cache_T.h: Doxygen fixes
Diffstat (limited to 'ACE/ace/Condition_Thread_Mutex.h')
-rw-r--r--ACE/ace/Condition_Thread_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Condition_Thread_Mutex.h b/ACE/ace/Condition_Thread_Mutex.h
index 89444dd31c1..d2ad364c054 100644
--- a/ACE/ace/Condition_Thread_Mutex.h
+++ b/ACE/ace/Condition_Thread_Mutex.h
@@ -111,7 +111,7 @@ public:
/**
* Block on condition or until absolute time-of-day has passed. If
- * abstime == 0 use "blocking" wait() semantics on the <mutex>
+ * abstime == 0 use "blocking" wait() semantics on the @a mutex
* passed as a parameter (this is useful if you need to store the
* <Condition> in shared memory). Else, if @a abstime != 0 and the
* call times out before the condition is signaled <wait> returns -1