summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-25 07:11:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-25 07:11:22 +0000
commit556fbef2f912df4f608d70c2915154b494b198b3 (patch)
tree37fc5631fe3ea518cdeb8f5a2619c40c9d18e0e9
parente1c6ad0586ba5037141d6bc5326119ca29f1cfc3 (diff)
downloadATCD-556fbef2f912df4f608d70c2915154b494b198b3.tar.gz
ChangeLogTag: Wed Aug 24 11:59:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp
index f84e4540c05..30498f179d3 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp
@@ -163,7 +163,7 @@ be_visitor_operation_ami_exception_holder_operation_cs::visit_operation (
*os << "{" << be_idt_nl
<< "\"" << ex->repoID () << "\"," << be_nl;
// Allocator method.
- *os << ex->name () << "::_alloc,"
+ *os << ex->name () << "::_alloc"
<< "\n#if TAO_HAS_INTERCEPTORS == 1" << be_nl
<< ", " << ex->tc_name ()
<< "\n#endif /* TAO_HAS_INTERCEPTORS */" << be_uidt_nl