summaryrefslogtreecommitdiff
path: root/tests/Param_Test/ub_any_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Param_Test/ub_any_seq.cpp')
-rw-r--r--tests/Param_Test/ub_any_seq.cpp35
1 files changed, 14 insertions, 21 deletions
diff --git a/tests/Param_Test/ub_any_seq.cpp b/tests/Param_Test/ub_any_seq.cpp
index abf567fc524..0c5b7c823b4 100644
--- a/tests/Param_Test/ub_any_seq.cpp
+++ b/tests/Param_Test/ub_any_seq.cpp
@@ -1,29 +1,22 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Param_Test
-//
-// = FILENAME
-// ub_any_seq.cpp
-//
-// = DESCRIPTION
-// tests unbounded Any sequences
-//
-// = AUTHORS
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file ub_any_seq.cpp
+ *
+ * $Id$
+ *
+ * tests unbounded Any sequences
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
#include "helper.h"
#include "ub_any_seq.h"
#include "tao/debug.h"
-ACE_RCSID (Param_Test,
- ub_any_seq,
- "$Id$")
-
const CORBA::ULong TEST_SEQ_LENGTH = 5;
const CORBA::ULong NUM_TEST_TYPES = 4;