summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp37
1 files changed, 21 insertions, 16 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
index 5e3a895d68b..a293b311af7 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
@@ -1,19 +1,24 @@
-
-//=============================================================================
-/**
- * @file field_ci.cpp
- *
- * $Id$
- *
- * Visitor for the Valuebox class.
- * This one generates code for accessor and modifier functions of
- * for valuebox struct members.
- *
- *
- * @author Gary Maxey
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// field_ci.cpp
+//
+// = DESCRIPTION
+// Visitor for the Valuebox class.
+// This one generates code for accessor and modifier functions of
+// for valuebox struct members.
+//
+// = AUTHOR
+// Gary Maxey
+//
+// ============================================================================
be_visitor_valuebox_field_ci::be_visitor_valuebox_field_ci (
be_visitor_context *ctx
)