summaryrefslogtreecommitdiff
path: root/ACE/tests/FIFO_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/FIFO_Test.cpp')
-rw-r--r--ACE/tests/FIFO_Test.cpp39
1 files changed, 18 insertions, 21 deletions
diff --git a/ACE/tests/FIFO_Test.cpp b/ACE/tests/FIFO_Test.cpp
index 8a7f7a64a44..54125ca1b20 100644
--- a/ACE/tests/FIFO_Test.cpp
+++ b/ACE/tests/FIFO_Test.cpp
@@ -1,23 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// FIFO_Test.cpp
-//
-// = DESCRIPTION
-// This is a test of basic ACE_FIFO_* class functionality.
-// The test forks two processes or spawns two threads (depending
-// upon the platform) and then tests various data exchange
-// scenarios.
-//
-// = AUTHOR
-// Steve Huston <shuston@riverace.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file FIFO_Test.cpp
+ *
+ * $Id$
+ *
+ * This is a test of basic ACE_FIFO_* class functionality.
+ * The test forks two processes or spawns two threads (depending
+ * upon the platform) and then tests various data exchange
+ * scenarios.
+ *
+ *
+ * @author Steve Huston <shuston@riverace.com>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/OS_NS_string.h"
@@ -32,7 +29,7 @@
#include "ace/Thread.h"
#include "ace/Thread_Manager.h"
-ACE_RCSID(tests, SOCK_Test, "$Id$")
+
#if !defined (ACE_LACKS_MKFIFO)