summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_BiDir
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-02 16:22:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-02 16:22:17 +0000
commit6a6073d92af10c8d9ef7a8157fc3330bf75ad5b5 (patch)
tree6246617821b6e0943900008eeaa1d767c2ea7dcb /TAO/tests/MT_BiDir
parentfe2c97f8c7465fdafebe7a2db55bc720f9a009b2 (diff)
downloadATCD-6a6073d92af10c8d9ef7a8157fc3330bf75ad5b5.tar.gz
Fri Feb 2 16:16:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/MT_BiDir')
-rw-r--r--TAO/tests/MT_BiDir/Sender_i.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/MT_BiDir/Sender_i.cpp b/TAO/tests/MT_BiDir/Sender_i.cpp
index 712a2edfaf3..2592d82d4d9 100644
--- a/TAO/tests/MT_BiDir/Sender_i.cpp
+++ b/TAO/tests/MT_BiDir/Sender_i.cpp
@@ -38,8 +38,7 @@ Sender_i::receiver_object (Receiver_ptr recv)
this->mutex_,-1);
if (this->no_clients_ == this->last_index_)
- ACE_THROW_RETURN (Sender::Table_Full (),
- -1);
+ throw Sender::Table_Full ();
this->receivers_[this->last_index_] =
Receiver::_duplicate (recv);