diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-04 21:57:15 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-04 21:57:15 +0000 |
commit | 4e20f8823d04b20a1885aa93a1e0103de412fefa (patch) | |
tree | ad7d5c2c0955675cba6cf0113f71d40816345919 /TAO/tao/ORB_Core.cpp | |
parent | 019db672bcacf2f95a64c7f18a52ae7d4765076c (diff) | |
download | ATCD-4e20f8823d04b20a1885aa93a1e0103de412fefa.tar.gz |
ChangeLogTag:Sat Dec 4 15:47:55 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r-- | TAO/tao/ORB_Core.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp index 0ff7510d5b2..b5325bc5271 100644 --- a/TAO/tao/ORB_Core.cpp +++ b/TAO/tao/ORB_Core.cpp @@ -1591,7 +1591,6 @@ int TAO_ORB_Core::run (ACE_Time_Value *tv, int break_on_timeouts, CORBA::Environment &ACE_TRY_ENV) - ACE_THROW_SPEC ((CORBA::SystemException)) { if (TAO_debug_level >= 3) ACE_DEBUG ((LM_DEBUG, @@ -1681,7 +1680,6 @@ TAO_ORB_Core::run (ACE_Time_Value *tv, void TAO_ORB_Core::shutdown (CORBA::Boolean wait_for_completion, CORBA::Environment &ACE_TRY_ENV) - ACE_THROW_SPEC ((CORBA::SystemException)) { // Is the <wait_for_completion> semantics for this thread correct? TAO_POA::check_for_valid_wait_for_completions (wait_for_completion, @@ -1716,7 +1714,6 @@ TAO_ORB_Core::shutdown (CORBA::Boolean wait_for_completion, void TAO_ORB_Core::destroy (CORBA_Environment &ACE_TRY_ENV) - ACE_THROW_SPEC ((CORBA::SystemException)) { if (this->has_shutdown () == 0) { @@ -1746,7 +1743,6 @@ TAO_ORB_Core::destroy (CORBA_Environment &ACE_TRY_ENV) int TAO_ORB_Core::open (CORBA::Environment &ACE_TRY_ENV) - ACE_THROW_SPEC ((CORBA::SystemException)) { // Double check pattern if (this->open_called_ == 1) |