summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_module/any_op.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/any_op.cpp35
1 files changed, 22 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp b/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
index aaf05f86ec7..5819d998f17 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
@@ -1,18 +1,27 @@
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file any_op.cpp
- *
- * $Id$
- *
- * Visitor generating code for Any operators for elements in the scope of
- * the Module.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// any_op.cpp
+//
+// = DESCRIPTION
+// Visitor generating code for Any operators for elements in the scope of
+// the Module.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+ACE_RCSID (be_visitor_module,
+ any_op,
+ "$Id$")
// ***************************************************************************
// Module visitor for generating Any operator declarations in the client header