summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_exception.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-25 01:19:36 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-25 01:19:36 +0000
commitc1b54864c8e98146f68cf7efbcb3168a1d1fe470 (patch)
treed85e7fd272e500ed384ea5522a2f0568286371bc /TAO/TAO_IDL/be/be_visitor_exception.cpp
parentc2195f15308bd1e59302cecc6abde2118e85a57e (diff)
downloadATCD-c1b54864c8e98146f68cf7efbcb3168a1d1fe470.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_exception.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_exception.cpp b/TAO/TAO_IDL/be/be_visitor_exception.cpp
index 75e4bdb889d..88136b1c1fd 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception.cpp
@@ -414,7 +414,7 @@ int be_visitor_exception_cs::visit_exception (be_exception *node)
*os << "};" << be_nl;
*os << "static CORBA::TypeCode _tc__tc_" << node->flatname () <<
- " (CORBA::tk_struct, sizeof (_oc_" << node->flatname () <<
+ " (CORBA::tk_except, sizeof (_oc_" << node->flatname () <<
"), (char *) &_oc_" << node->flatname () <<
", CORBA::B_FALSE);" << be_nl;
*os << "CORBA::TypeCode_ptr " << node->tc_name () << " = &_tc__tc_" <<