diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-13 17:24:35 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-13 17:24:35 +0000 |
commit | cff32df027b57c8031be6b82b9b5abdece590217 (patch) | |
tree | 079a1934623c4682eb382c1cdb3c96e95eee58ac /TAO/tests/LongUpcalls/AMI_Manager.cpp | |
parent | 98873ef7f4e0aed5a26266f9e857d67247dce2b7 (diff) | |
download | ATCD-cff32df027b57c8031be6b82b9b5abdece590217.tar.gz |
ChangeLogTag:Tue Feb 13 09:17:30 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/LongUpcalls/AMI_Manager.cpp')
-rw-r--r-- | TAO/tests/LongUpcalls/AMI_Manager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/LongUpcalls/AMI_Manager.cpp b/TAO/tests/LongUpcalls/AMI_Manager.cpp index 9d7ed3b8390..b3a92ab9689 100644 --- a/TAO/tests/LongUpcalls/AMI_Manager.cpp +++ b/TAO/tests/LongUpcalls/AMI_Manager.cpp @@ -90,7 +90,8 @@ Worker::svc (void) for (;;) { ACE_Time_Value tv (0, 1000 * this->milliseconds_); - this->orb_->run (tv); + this->orb_->run (tv, ACE_TRY_ENV); + ACE_TRY_CHECK; ACE_GUARD_RETURN (TAO_SYNCH_MUTEX, ace_mon, mutex, -1); if (pending_requests == 0) |