summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-09 16:44:15 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-09 16:44:15 +0000
commitd19f01cddd0b6dcb735be664be3e5aabc3abe1d2 (patch)
treeeb60a179a996a75244bd170519c42c79a1b4ada1 /TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
parentab8b2d43d6386852fa46b029d07c3cc0222c0ba0 (diff)
downloadATCD-d19f01cddd0b6dcb735be664be3e5aabc3abe1d2.tar.gz
ChangeLogTag: Thu Feb 9 16:31:17 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
index 373bc2f88a2..bdb5192bb28 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
@@ -174,7 +174,7 @@ be_visitor_amh_operation_ss::visit_operation (be_operation *node)
}
}
- *os << be_nl << "ACE_ENV_ARG_PARAMETER";
+ *os << env_arg;
}
if (this->generate_shared_epilogue (os) == -1)
@@ -202,8 +202,7 @@ be_visitor_amh_operation_ss::visit_attribute (be_attribute *node)
return -1;
}
- *os << be_nl
- << "ACE_ENV_ARG_PARAMETER";
+ *os << env_arg;
if (this->generate_shared_epilogue (os) == -1)
{
@@ -282,7 +281,7 @@ be_visitor_amh_operation_ss::visit_attribute (be_attribute *node)
}
}
- *os << be_nl << "ACE_ENV_ARG_PARAMETER";
+ *os << env_arg;
if (this->generate_shared_epilogue (os) == -1)
{
@@ -332,8 +331,7 @@ be_visitor_amh_operation_ss::generate_shared_prologue (be_decl *node,
<< "_skel (" << be_idt << be_idt_nl
<< "TAO_ServerRequest & _tao_server_request," << be_nl
<< "void * /* context */," << be_nl
- << "void * _tao_servant" << be_nl
- << "ACE_ENV_ARG_DECL" << be_uidt_nl
+ << "void * _tao_servant" << env_decl << be_uidt_nl
<< ")" << be_uidt_nl;
// Generate the actual code for the skeleton.