diff options
author | hillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-30 01:19:02 +0000 |
---|---|---|
committer | hillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-30 01:19:02 +0000 |
commit | 2f859755fb79e74af919d88fa501c5c7b56c406d (patch) | |
tree | ca773b2d0424bc5b21d10f95ff107346974772c0 /TAO/tao/Utils | |
parent | 2aff7d4a79238699c6e21f296c308ad9b6f0cb52 (diff) | |
download | ATCD-2f859755fb79e74af919d88fa501c5c7b56c406d.tar.gz |
Tue Jan 30 01:16:13 2007 James H. Hill <hillj@isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Utils')
-rw-r--r-- | TAO/tao/Utils/Servant_Var.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Utils/Servant_Var.inl b/TAO/tao/Utils/Servant_Var.inl index b8f4f03b017..ca6e0e6f9bf 100644 --- a/TAO/tao/Utils/Servant_Var.inl +++ b/TAO/tao/Utils/Servant_Var.inl @@ -18,7 +18,7 @@ TAO::Utils::Servant_Var<T>::_duplicate (T * p) p->_add_ref (); } } - catch (const...) + catch (...) { throw; } @@ -88,7 +88,7 @@ TAO::Utils::Servant_Var<T>::~Servant_Var (void) ptr_->_remove_ref (); } } - catch (const...) + catch (...) { // Forget the exception.. } |