summaryrefslogtreecommitdiff
path: root/ACE/tests/DLList_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/DLList_Test.cpp')
-rw-r--r--ACE/tests/DLList_Test.cpp31
1 files changed, 14 insertions, 17 deletions
diff --git a/ACE/tests/DLList_Test.cpp b/ACE/tests/DLList_Test.cpp
index 8dc77be3422..bad545ad89a 100644
--- a/ACE/tests/DLList_Test.cpp
+++ b/ACE/tests/DLList_Test.cpp
@@ -1,20 +1,17 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// DLList_Test.cpp
-//
-// = DESCRIPTION
-// This test illustrates the use of <ACE_DLList>.
-//
-// = AUTHOR
-// James Hu <jxh@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file DLList_Test.cpp
+ *
+ * $Id$
+ *
+ * This test illustrates the use of <ACE_DLList>.
+ *
+ *
+ * @author James Hu <jxh@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/Containers.h"