diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-29 01:50:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-29 01:50:48 +0000 |
commit | d5e55d3c698542fa4228ae65b3551edc84b63282 (patch) | |
tree | 9d494ec85d94ca88113ab847a83deffb55caf5bf /TAO/orbsvcs | |
parent | db94018a6d1042f6fcbb120782ac69acea985160 (diff) | |
download | ATCD-d5e55d3c698542fa4228ae65b3551edc84b63282.tar.gz |
ChangeLogTag:Mon Jun 28 19:28:17 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp b/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp index 1b869202c79..ab898165a72 100644 --- a/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp +++ b/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp @@ -101,6 +101,8 @@ TAO_Offer_Iterator_Collection::~TAO_Offer_Iterator_Collection (void) } ACE_CATCHANY { + // Don't let the exceptions propagate since we're in a + // destructor! } ACE_ENDTRY; } |