summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp37
1 files changed, 23 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
index a9a24734c44..c17693c7226 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
@@ -1,17 +1,26 @@
-
-//=============================================================================
-/**
- * @file typedef_cs.cpp
- *
- * $Id$
- *
- * Visitor generating code for Typedef in the client stubs
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// typedef_cs.cpp
+//
+// = DESCRIPTION
+// Visitor generating code for Typedef in the client stubs
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+
+ACE_RCSID (be_visitor_typedef,
+ typedef_cs,
+ "$Id$")
// ******************************************************
// Typedef visitor for client stubs