From edf96eac63af5926dc9d4cee58306d68f8756cc3 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 25 Jun 2012 09:33:03 +0000 Subject: Mon Jun 25 09:31:34 UTC 2012 Johnny Willemsen * ace/Condition_Attributes.h: * ace/Condition_Attributes.inl: * ace/Condition_Attributes.cpp: * ace/Condition_Recursive_Thread_Mutex.h: * ace/Condition_Thread_Mutex.h: * ace/Condition_Thread_Mutex.inl: * ace/ace.mpc: * ace/ace_for_tao.mpc: Moved condition attributes to its own file --- ACE/ace/Condition_Recursive_Thread_Mutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/Condition_Recursive_Thread_Mutex.h') diff --git a/ACE/ace/Condition_Recursive_Thread_Mutex.h b/ACE/ace/Condition_Recursive_Thread_Mutex.h index 5bf34b87f7e..4b8627868d8 100644 --- a/ACE/ace/Condition_Recursive_Thread_Mutex.h +++ b/ACE/ace/Condition_Recursive_Thread_Mutex.h @@ -65,7 +65,7 @@ public: * Block on condition or until absolute time-of-day has passed. If * abstime == 0 use "blocking" wait() semantics on the recursive @a mutex * passed as a parameter (this is useful if you need to store the - * in shared memory). Else, if != 0 and the + * in shared memory). Else, if @a abstime != 0 and the * call times out before the condition is signaled returns -1 * and sets errno to ETIME. */ -- cgit v1.2.1