summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1999-07-20 01:44:51 +0000
committergokhale <asgokhale@users.noreply.github.com>1999-07-20 01:44:51 +0000
commit71deadfd9e5067cc01a42e64ba72037b8587be44 (patch)
tree32f67f96a9cb03d791d503f905b8ddb9bfa2e8a7 /TAO/TAO_IDL
parentdaedcd54c2d99ba783d0684026bd4a8b058889c4 (diff)
downloadATCD-71deadfd9e5067cc01a42e64ba72037b8587be44.tar.gz
fixed interpreted stubs
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
index 980cbb496c8..b992f6afc2f 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
@@ -471,7 +471,7 @@ be_interpretive_visitor_operation_cs::gen_pre_stub_info (be_operation *node,
else
*os << "_get_";
}
- *os << node->local_name () << "\", ";
+ *os << node->original_local_name () << "\", ";
// are we oneway or two operation?
if (node->flags () == AST_Operation::OP_oneway)