summaryrefslogtreecommitdiff
path: root/tests/Param_Test/ub_array_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Param_Test/ub_array_seq.cpp')
-rw-r--r--tests/Param_Test/ub_array_seq.cpp35
1 files changed, 14 insertions, 21 deletions
diff --git a/tests/Param_Test/ub_array_seq.cpp b/tests/Param_Test/ub_array_seq.cpp
index 821163fe4a7..20ceaf2992b 100644
--- a/tests/Param_Test/ub_array_seq.cpp
+++ b/tests/Param_Test/ub_array_seq.cpp
@@ -1,28 +1,21 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Param_Test
-//
-// = FILENAME
-// ub_array_seq.cpp
-//
-// = DESCRIPTION
-// tests unbounded array sequences
-//
-// = AUTHORS
-// Jeff Parsons <parsons@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file ub_array_seq.cpp
+ *
+ * $Id$
+ *
+ * tests unbounded array sequences
+ *
+ *
+ * @author Jeff Parsons <parsons@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "helper.h"
#include "ub_array_seq.h"
-ACE_RCSID (Param_Test,
- ub_array_seq,
- "$Id$")
-
// ************************************************************************
// Test_Array_Sequence
// ************************************************************************