summaryrefslogtreecommitdiff
path: root/tests/Param_Test/var_array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Param_Test/var_array.cpp')
-rw-r--r--tests/Param_Test/var_array.cpp35
1 files changed, 14 insertions, 21 deletions
diff --git a/tests/Param_Test/var_array.cpp b/tests/Param_Test/var_array.cpp
index 01ba3ae9af5..daf31451008 100644
--- a/tests/Param_Test/var_array.cpp
+++ b/tests/Param_Test/var_array.cpp
@@ -1,28 +1,21 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Param_Test
-//
-// = FILENAME
-// var_array.cpp
-//
-// = DESCRIPTION
-// tests fixed size arrays
-//
-// = AUTHORS
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file var_array.cpp
+ *
+ * $Id$
+ *
+ * tests fixed size arrays
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
#include "helper.h"
#include "var_array.h"
-ACE_RCSID (Param_Test,
- var_array,
- "$Id$")
-
// ************************************************************************
// Test_Var_Array
// ************************************************************************