summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_array
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_array')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp35
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp33
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array.cpp33
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp29
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp33
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp35
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp35
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/serializer_op_ch.cpp35
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp36
9 files changed, 131 insertions, 173 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
index dc7d7802227..cc5644aae2f 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
@@ -1,23 +1,18 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// any_op_ch.cpp
-//
-// = DESCRIPTION
-// Visitor for code generation of Arrays for the Any operators in the client
-// header.
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file any_op_ch.cpp
+ *
+ * $Id$
+ *
+ * Visitor for code generation of Arrays for the Any operators in the client
+ * header.
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
// ***************************************************************************
// Array visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
index 29ec9660a71..8a957354afe 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
@@ -1,23 +1,18 @@
-//
-// $Id$
-//
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// any_op_cs.cpp
-//
-// = DESCRIPTION
-// Visitor for code generation of Arrays for the Any operators in the client
-// stubs.
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file any_op_cs.cpp
+ *
+ * $Id$
+ *
+ * Visitor for code generation of Arrays for the Any operators in the client
+ * stubs.
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
// ***************************************************************************
// Array visitor for generating Any operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array.cpp b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
index 4704c4b9e46..fab9b64af87 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
@@ -1,22 +1,17 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// array.cpp
-//
-// = DESCRIPTION
-// Generic visitor for code generation for Arrays
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file array.cpp
+ *
+ * $Id$
+ *
+ * Generic visitor for code generation for Arrays
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
// ************************************************************************
// generic visitor for array declaration
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
index 5a3afd070f5..7033368a0d6 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
@@ -1,18 +1,17 @@
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// array_ch.cpp
-//
-// = DESCRIPTION
-// Visitor for Array code generation in client header
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file array_ch.cpp
+ *
+ * $Id$
+
+ *
+ * Visitor for Array code generation in client header
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
ACE_RCSID (be_visitor_array,
array_ch,
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
index d630e902407..5e37c22ef61 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
@@ -1,22 +1,17 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// array_cs.cpp
-//
-// = DESCRIPTION
-// Visitor for code generation of Arrays in the client stubs
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file array_cs.cpp
+ *
+ * $Id$
+ *
+ * Visitor for code generation of Arrays in the client stubs
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
// ************************************************************************
// visitor for array declaration in client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
index 8b0b350c9e2..8c92b6eecea 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
@@ -1,23 +1,18 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// cdr_op_ch.cpp
-//
-// = DESCRIPTION
-// Visitor for code generation of Arrays for the Cdr operators in the client
-// header.
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file cdr_op_ch.cpp
+ *
+ * $Id$
+ *
+ * Visitor for code generation of Arrays for the Cdr operators in the client
+ * header.
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
#include "be_visitor_sequence/cdr_op_ch.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp
index 7a1fb7b9e5b..c6973b1a09c 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp
@@ -1,23 +1,18 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// cdr_op_cs.cpp
-//
-// = DESCRIPTION
-// Visitor for code generation of Arrays for the CDR operators in the client
-// stubs.
-//
-// = AUTHOR
-// Jeff Parsons <parsons@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file cdr_op_cs.cpp
+ *
+ * $Id$
+ *
+ * Visitor for code generation of Arrays for the CDR operators in the client
+ * stubs.
+ *
+ *
+ * @author Jeff Parsons <parsons@cs.wustl.edu>
+ */
+//=============================================================================
+
// ***************************************************************************
// Array visitor for generating CDR operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_array/serializer_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/serializer_op_ch.cpp
index 1f7fc28c505..e96a8cf10ec 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/serializer_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/serializer_op_ch.cpp
@@ -1,23 +1,18 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// serializer_op_ch.cpp
-//
-// = DESCRIPTION
-// Visitor for code generation of Arrays for the
-// TAO::DCPS::Serializer operators in the client header.
-//
-// = AUTHOR
-// Scott Harris <harris_s@ociweb.com> based on code by Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file serializer_op_ch.cpp
+ *
+ * $Id$
+ *
+ * Visitor for code generation of Arrays for the
+ * TAO::DCPS::Serializer operators in the client header.
+ *
+ *
+ * @author Scott Harris <harris_s@ociweb.com> based on code by Aniruddha Gokhale
+ */
+//=============================================================================
+
#include "be_visitor_sequence/serializer_op_ch.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp
index 91b82078977..d9de2d00506 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp
@@ -1,24 +1,18 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// serializer_op_cs.cpp
-//
-// = DESCRIPTION
-// Visitor for code generation of Arrays for the
-// TAO::DCPS::Serializer operators in the client stubs.
-//
-// = AUTHOR
-// Scott Harris <harris_s@ociweb.com> based on code by
-// Jeff Parsons <parsons@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file serializer_op_cs.cpp
+ *
+ * $Id$
+ *
+ * Visitor for code generation of Arrays for the
+ * TAO::DCPS::Serializer operators in the client stubs.
+ *
+ *
+ * @author Scott Harris <harris_s@ociweb.com> based on code by Jeff Parsons <parsons@cs.wustl.edu>
+ */
+//=============================================================================
+
// ***************************************************************************
// Array visitor for generating Serializer operator declarations in the client