summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp37
1 files changed, 23 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp b/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
index 17be11babac..d222235b04d 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
@@ -1,19 +1,28 @@
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file argument_invoke.cpp
- *
- * $Id$
- *
- * Visitor to pass arguments to the CDR operators. This one helps in
- * generating the && and the , at the right place. This one is for the
- * client stub side.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// argument_invoke.cpp
+//
+// = DESCRIPTION
+// Visitor to pass arguments to the CDR operators. This one helps in
+// generating the && and the , at the right place. This one is for the
+// client stub side.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+ACE_RCSID (be_visitor_operation,
+ argument_invoke,
+ "$Id$")
// ************************************************************
// operation visitor to handle the passing of arguments to the CDR operators