summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_constant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_constant.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant.cpp35
1 files changed, 22 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_constant.cpp b/TAO/TAO_IDL/be/be_visitor_constant.cpp
index 1a9bf45abe7..31fe34ea8fc 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant.cpp
@@ -1,17 +1,22 @@
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file be_visitor_constant.cpp
- *
- * $Id$
- *
- * Visitors for generation of code for Constant
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_constant.cpp
+//
+// = DESCRIPTION
+// Visitors for generation of code for Constant
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#include "be_constant.h"
#include "be_module.h"
@@ -26,3 +31,7 @@
#include "be_visitor_constant/constant_ch.cpp"
#include "be_visitor_constant/constant_cs.cpp"
+ACE_RCSID (be,
+ be_visitor_constant,
+ "$Id$")
+