summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_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_exception.cpp
parentc2195f15308bd1e59302cecc6abde2118e85a57e (diff)
downloadATCD-c1b54864c8e98146f68cf7efbcb3168a1d1fe470.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_exception.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_exception.cpp b/TAO/TAO_IDL/be/be_exception.cpp
index 975c4381ed6..b8eb55018d1 100644
--- a/TAO/TAO_IDL/be/be_exception.cpp
+++ b/TAO/TAO_IDL/be/be_exception.cpp
@@ -377,7 +377,7 @@ be_exception::gen_client_stubs (void)
*cs << "};" << nl;
*cs << "static CORBA::TypeCode _tc__tc_" << this->flatname () <<
- " (CORBA::tk_struct, sizeof (_oc_" << this->flatname () <<
+ " (CORBA::tk_except, sizeof (_oc_" << this->flatname () <<
"), (char *) &_oc_" << this->flatname () <<
", CORBA::B_FALSE);" << nl;
*cs << "CORBA::TypeCode_ptr " << this->tc_name () << " = &_tc__tc_" <<