summaryrefslogtreecommitdiff
path: root/ace/Synch_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-21 07:23:14 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-21 07:23:14 +0000
commit82c58df7938338a98a3f969f33514686fb4cd153 (patch)
tree7d4427015d69cf467c602e5e2a687ff7dffc3dd5 /ace/Synch_T.h
parent592229ff4c3222c057aa6f0f5e0112456fda3afd (diff)
downloadATCD-82c58df7938338a98a3f969f33514686fb4cd153.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch_T.h')
-rw-r--r--ace/Synch_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Synch_T.h b/ace/Synch_T.h
index 6aaf0e71478..b429bf104a0 100644
--- a/ace/Synch_T.h
+++ b/ace/Synch_T.h
@@ -722,6 +722,7 @@ class ACE_Thread_Condition : public ACE_Condition<MUTEX>
// = TITLE
// ACE_Condition variable wrapper that works within processes.
//
+ // = DESCRIPTION
// A condition variable enables threads to atomically block and
// test the condition under the protection of a mutual exclu-
// sion lock (mutex) until the condition is satisfied. That is,
@@ -733,7 +734,6 @@ class ACE_Thread_Condition : public ACE_Condition<MUTEX>
// up waiting threads by signaling the associated condition
// variable. The waiting threads, upon awakening, reacquire the
// mutex and re-evaluate the condition.
- //
{
public:
// = Initialization method.