summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils
diff options
context:
space:
mode:
authorhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-30 01:19:02 +0000
committerhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-30 01:19:02 +0000
commit2f859755fb79e74af919d88fa501c5c7b56c406d (patch)
treeca773b2d0424bc5b21d10f95ff107346974772c0 /TAO/tao/Utils
parent2aff7d4a79238699c6e21f296c308ad9b6f0cb52 (diff)
downloadATCD-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.inl4
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..
}