summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:44:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:44:36 +0000
commitf98389dfc31c88a21ece3f739618443003afc1e1 (patch)
treea9f3b5fb805ab329f9624b567aee6ee6b8122002
parentf127fda01986bf1ecc86fe8d8bb3cfe151976a6c (diff)
downloadATCD-f98389dfc31c88a21ece3f739618443003afc1e1.tar.gz
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
index d966f3905a4..8060bc61a8d 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
@@ -235,7 +235,7 @@ int be_visitor_exception_cs::visit_exception (be_exception *node)
*os << "void " << node->name () << "::_raise (void) const" << be_nl
<< "{" << be_idt_nl
- << "throw (*this);" << be_uidt_nl
+ << "throw *this;" << be_uidt_nl
<< "}" << be_nl << be_nl;
*os << "void " << node->name ()