summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_module/serializer_op.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_module/serializer_op.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/serializer_op.cpp33
1 files changed, 14 insertions, 19 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_module/serializer_op.cpp b/TAO/TAO_IDL/be/be_visitor_module/serializer_op.cpp
index 7e045df87cd..cae4ec74c42 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/serializer_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/serializer_op.cpp
@@ -1,23 +1,18 @@
-//
-// $Id$
-//
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// serializer_op.cpp
-//
-// = DESCRIPTION
-// Visitor generating code for the TAO::DCPS::Serializer operators
-// for types defined in Module's scope.
-//
-// = AUTHOR
-// Scott Harris <harris_s@ociweb.com> based on code by Aniruddha Gokhale
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file serializer_op.cpp
+ *
+ * $Id$
+ *
+ * Visitor generating code for the TAO::DCPS::Serializer operators
+ * for types defined in Module's scope.
+ *
+ *
+ * @author Scott Harris <harris_s@ociweb.com> based on code by Aniruddha Gokhale
+ */
+//=============================================================================
+
// ***************************************************************************
// Module visitor for generating Serializer operator declarations in the client header