summaryrefslogtreecommitdiff
path: root/tests/Param_Test/recursive_struct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Param_Test/recursive_struct.cpp')
-rw-r--r--tests/Param_Test/recursive_struct.cpp36
1 files changed, 15 insertions, 21 deletions
diff --git a/tests/Param_Test/recursive_struct.cpp b/tests/Param_Test/recursive_struct.cpp
index 8558d1ac351..e6bcb00611a 100644
--- a/tests/Param_Test/recursive_struct.cpp
+++ b/tests/Param_Test/recursive_struct.cpp
@@ -1,26 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Param_Test
-//
-// = FILENAME
-// recursive_struct.cpp
-//
-// = DESCRIPTION
-// test structure that contains a sequence of itself
-//
-// = AUTHORS
-// Aniruddha Gokhale, Jeff Parsons
-//
-// ============================================================================
-#include "recursive_struct.h"
+//=============================================================================
+/**
+ * @file recursive_struct.cpp
+ *
+ * $Id$
+ *
+ * test structure that contains a sequence of itself
+ *
+ *
+ * @author Aniruddha Gokhale
+ * @author Jeff Parsons
+ */
+//=============================================================================
+
-ACE_RCSID (Param_Test,
- recursive_struct,
- "$Id$")
+#include "recursive_struct.h"
const CORBA::ULong MAX_DEPTH = 5;
const CORBA::ULong MAX_SEQ_LENGTH = 3;