summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_operation_strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_operation_strategy.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_operation_strategy.cpp40
1 files changed, 23 insertions, 17 deletions
diff --git a/TAO/TAO_IDL/be/be_operation_strategy.cpp b/TAO/TAO_IDL/be/be_operation_strategy.cpp
index 2136d86e0e0..95ec61dc61c 100644
--- a/TAO/TAO_IDL/be/be_operation_strategy.cpp
+++ b/TAO/TAO_IDL/be/be_operation_strategy.cpp
@@ -1,21 +1,29 @@
-
-//=============================================================================
-/**
- * @file be_operation_strategy.cpp
- *
- * $Id$
- *
- * A strategy to cover the differences between various variants
- * of an operations, e.g. AMI sendc_, AMI raise_
- *
- *
- * @author Michael Kircher
- */
-//=============================================================================
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_operation_strategy.cpp
+//
+// = DESCRIPTION
+// A strategy to cover the differences between various variants
+// of an operations, e.g. AMI sendc_, AMI raise_
+//
+// = AUTHOR
+// Michael Kircher
+//
+// ============================================================================
#include "be_operation_strategy.h"
#include "be_operation.h"
+ACE_RCSID (be,
+ be_operation_strategy,
+ "$Id$")
+
be_operation_strategy::be_operation_strategy (be_operation *node,
Strategy_Kind strategy_type)
: node_ (node),
@@ -165,7 +173,6 @@ be_operation_ami_sendc_strategy::marshaling (void)
return marshaling_;
}
-
be_operation*
be_operation_ami_sendc_strategy::arguments (void)
{
@@ -353,8 +360,7 @@ be_operation_amh_strategy::arguments (void)
int
be_operation_amh_strategy::has_extra_code_generation (
- TAO_CodeGen::CG_STATE
- )
+ TAO_CodeGen::CG_STATE)
{
return 0;
}