summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-10-16 21:05:10 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-10-16 21:05:10 +0000
commit268474bfe852a7d88cc95de11189a05610030739 (patch)
tree1be45f5d6aa98ede107c123b1d35522b55c3805f /TAO/TAO_IDL/be/be_visitor_union
parent103153ab15522ee1e390f2594892ea46dcd539ff (diff)
downloadATCD-268474bfe852a7d88cc95de11189a05610030739.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp
index 7deb7d86e89..5ba0ef27a19 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp
@@ -52,7 +52,7 @@ be_visitor_union_cdr_op_cs::visit_union (be_union *node)
// set the sub state as generating code for the output operator
this->ctx_->sub_state(TAO_CodeGen::TAO_CDR_OUTPUT);
- *os << "CORBA::Boolean operator<< (TAO_OutputCDR &strm, "
+ *os << "inline CORBA::Boolean operator<< (TAO_OutputCDR &strm, "
<< "const " << node->name () << " &_tao_union)" << be_nl
<< "{" << be_idt_nl
<< "return 1;" << be_uidt_nl
@@ -78,7 +78,7 @@ be_visitor_union_cdr_op_cs::visit_union (be_union *node)
// set the substate as generating code for the input operator
this->ctx_->sub_state(TAO_CodeGen::TAO_CDR_INPUT);
- *os << "CORBA::Boolean operator>> (TAO_InputCDR &strm, "
+ *os << "inline CORBA::Boolean operator>> (TAO_InputCDR &strm, "
<< node->name () << " &_tao_union)" << be_nl
<< "{" << be_idt_nl
<< "return 1;" << be_uidt_nl