summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp36
1 files changed, 22 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
index cf182b56b76..640572ba84c 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
@@ -1,17 +1,25 @@
-
-//=============================================================================
-/**
- * @file any_op_cs.cpp
- *
- * $Id$
- *
- * Visitor generating code for Any operators for valueboxes in the stubs
- * file.
- *
- *
- * @author Gary Maxey
- */
-//=============================================================================
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// any_op_cs.cpp
+//
+// = DESCRIPTION
+// Visitor generating code for Any operators for valueboxes in the stubs
+// file.
+//
+// = AUTHOR
+// Gary Maxey
+//
+// ============================================================================
+
+ACE_RCSID (be_visitor_valuebox,
+ any_op_cs,
+ "$Id$")
// ***************************************************************************