summaryrefslogtreecommitdiff
path: root/ACE/tests/Barrier_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Barrier_Test.cpp')
-rw-r--r--ACE/tests/Barrier_Test.cpp35
1 files changed, 16 insertions, 19 deletions
diff --git a/ACE/tests/Barrier_Test.cpp b/ACE/tests/Barrier_Test.cpp
index 9f0bf8ecdd8..ff507d71e9e 100644
--- a/ACE/tests/Barrier_Test.cpp
+++ b/ACE/tests/Barrier_Test.cpp
@@ -1,27 +1,24 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Barrier_Test.cpp
-//
-// = DESCRIPTION
-// This program illustrates how the ACE barrier synchronization
-// mechanisms work.
-//
-// = AUTHOR
-// Prashant Jain <pjain@cs.wustl.edu> and Doug Schmidt <schmidt@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Barrier_Test.cpp
+ *
+ * $Id$
+ *
+ * This program illustrates how the ACE barrier synchronization
+ * mechanisms work.
+ *
+ *
+ * @author Prashant Jain <pjain@cs.wustl.edu> and Doug Schmidt <schmidt@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/Barrier.h"
#include "ace/Thread_Manager.h"
-ACE_RCSID(tests, Barrier_Test, "$Id$")
+
#if defined (ACE_HAS_THREADS)