summaryrefslogtreecommitdiff
path: root/performance-tests/Anyop/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Anyop/test.idl')
-rw-r--r--performance-tests/Anyop/test.idl40
1 files changed, 18 insertions, 22 deletions
diff --git a/performance-tests/Anyop/test.idl b/performance-tests/Anyop/test.idl
index f9a3350f85a..20dc75c7a23 100644
--- a/performance-tests/Anyop/test.idl
+++ b/performance-tests/Anyop/test.idl
@@ -1,24 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/performance-tests/Anyop
-//
-// = FILENAME
-// test.idl
-//
-// = DESCRIPTION
-// The basis for this file is the IDL file in TAO/tests/Param_Test
-// but modified slightly for testing the performance of Any
-// insertion and extraction operators. Not every IDL type in this
-// file is tested yet.
-//
-// = AUTHORS
-// Aniruddha Gokhale
-// Jeff Parsons
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file test.idl
+ *
+ * $Id$
+ *
+ * The basis for this file is the IDL file in TAO/tests/Param_Test
+ * but modified slightly for testing the performance of Any
+ * insertion and extraction operators. Not every IDL type in this
+ * file is tested yet.
+ *
+ *
+ * @author Aniruddha Gokhale Jeff Parsons
+ */
+//=============================================================================
+
#include <orb.idl>
@@ -346,7 +342,7 @@ interface Param_Test
// Use of forward due to deprecation of anonymous types
// Test used to use anon type to define the children value.
-
+
struct Recursive_Struct;
typedef sequence<Recursive_Struct> Recursive_Seq;