summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp35
1 files changed, 22 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
index 3330928c7e0..b91c87710e8 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
@@ -1,18 +1,27 @@
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file cdr_op_ch.cpp
- *
- * $Id$
- *
- * Visitor generating code for CDR operators for unions. This uses
- * compiled marshaling.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// cdr_op_ch.cpp
+//
+// = DESCRIPTION
+// Visitor generating code for CDR operators for unions. This uses
+// compiled marshaling.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+ACE_RCSID (be_visitor_union,
+ cdr_op_ch,
+ "$Id$")
// ***************************************************************************
// Union visitor for generating CDR operator declarations in the client header