summaryrefslogtreecommitdiff
path: root/ACE/ace/Condition_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 11:39:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 11:39:40 +0000
commit0bfae5231d79d7511bad6b2f869061acd3cd69ab (patch)
tree56e5607a26f3b7b1abfc8fe05d4a61842d24d1b9 /ACE/ace/Condition_T.h
parenta3fa2a4e0802f53e0506087909f0a5f0782cbf2c (diff)
downloadATCD-0bfae5231d79d7511bad6b2f869061acd3cd69ab.tar.gz
Mon Apr 28 11:37:54 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Condition_T.h')
-rw-r--r--ACE/ace/Condition_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Condition_T.h b/ACE/ace/Condition_T.h
index 535642a77e8..edcf72c4931 100644
--- a/ACE/ace/Condition_T.h
+++ b/ACE/ace/Condition_T.h
@@ -65,7 +65,7 @@ public:
// = Lock accessors.
/**
* Block on condition, or until absolute time-of-day has passed. If
- * abstime == 0 use "blocking" <wait> semantics. Else, if <abstime>
+ * @a abstime == 0 use "blocking" <wait> semantics. Else, if @a abstime
* != 0 and the call times out before the condition is signaled
* <wait> returns -1 and sets errno to ETIME.
*/