summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-15 04:35:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-15 04:35:56 +0000
commit352164ae795584a8d567dabe17fb2fe8e0238d24 (patch)
tree26618ff90dfb5f341e7ab9c7124fae5cc01aff7a
parent8089784a994a1875ae5b3aa1cef99caea6f13a71 (diff)
downloadATCD-352164ae795584a8d567dabe17fb2fe8e0238d24.tar.gz
ChangeLogTag:Wed Aug 14 21:22:29 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_MemberLocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_MemberLocator.cpp b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_MemberLocator.cpp
index afefe3e43a1..780e5780433 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_MemberLocator.cpp
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_MemberLocator.cpp
@@ -40,7 +40,7 @@ TAO_LB_MemberLocator::preinvoke (
ACE_ASSERT (!CORBA::is_nil (member.in ()));
// Throw a forward exception to force the client to redirect its
// requests to the member chosen by the LoadBalancer.
- //ACE_TRY_THROW (PortableServer::ForwardRequest (member.in ()));
+ ACE_TRY_THROW (PortableServer::ForwardRequest (member.in ()));
}
ACE_CATCH (PortableGroup::ObjectGroupNotFound, ex)
{