summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 08:25:51 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 08:25:51 +0000
commit58012409ed27ee73831fd81eed24c2426e624aef (patch)
tree0a73e563d56fe25fd96960470491b502b2021fb9 /TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
parent6d3494a6c26de5234e597754d3cb302342f56ab2 (diff)
downloadATCD-58012409ed27ee73831fd81eed24c2426e624aef.tar.gz
ChangeLogTag:Wed Apr 16 00:18:08 2003 Ossama Othman <ossama@uci.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.cpp4
1 files changed, 3 insertions, 1 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 db0fc0530aa..9fdb1d0acc4 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
@@ -14,6 +14,8 @@ ACE_RCSID (be_visitor_operation,
amh_ss,
"$Id$")
+#include "ace/SString.h"
+
be_visitor_amh_operation_ss::be_visitor_amh_operation_ss (
be_visitor_context *ctx
)
@@ -360,7 +362,7 @@ be_visitor_amh_operation_ss::generate_shared_section (be_decl *node,
<< response_handler_implementation_name.c_str ()
<< " (_tao_server_request)" << be_uidt_nl
<< ");" << be_uidt_nl
- << response_handler_name.c_str () << "_var _tao_rh = _tao_rh_ptr;"
+ << response_handler_name.c_str () << "_var _tao_rh = _tao_rh_ptr;"
<< be_nl;
// Make the upcall.