diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-01-12 22:54:46 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-01-12 22:54:46 +0000 |
commit | 263d3f78c1c18c42601727bb26ddb5afd9ead6a9 (patch) | |
tree | d8bd91377c1bb2e3e80dc377ce0fbc72f3009253 /TAO/orbsvcs | |
parent | 305900f322b7667aac64af5b267b184954673cf8 (diff) | |
download | ATCD-263d3f78c1c18c42601727bb26ddb5afd9ead6a9.tar.gz |
ChangeLogTag:Fri Jan 12 14:52:41 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/LoadBalancing/ReplicaLocator.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/ReplicaLocator.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/ReplicaLocator.cpp b/TAO/orbsvcs/orbsvcs/LoadBalancing/ReplicaLocator.cpp index 67915464f83..03686e655bc 100644 --- a/TAO/orbsvcs/orbsvcs/LoadBalancing/ReplicaLocator.cpp +++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/ReplicaLocator.cpp @@ -35,7 +35,7 @@ TAO_LB_ReplicaLocator::preinvoke ( // Throw a forward exception to force the client to redirect its // requests to the Replica chosen by the LoadBalancer. ACE_THROW_RETURN (PortableServer::ForwardRequest ( - replica.in ())), + replica.in ()), 0); } diff --git a/TAO/orbsvcs/orbsvcs/ReplicaLocator.cpp b/TAO/orbsvcs/orbsvcs/ReplicaLocator.cpp index 67915464f83..03686e655bc 100644 --- a/TAO/orbsvcs/orbsvcs/ReplicaLocator.cpp +++ b/TAO/orbsvcs/orbsvcs/ReplicaLocator.cpp @@ -35,7 +35,7 @@ TAO_LB_ReplicaLocator::preinvoke ( // Throw a forward exception to force the client to redirect its // requests to the Replica chosen by the LoadBalancer. ACE_THROW_RETURN (PortableServer::ForwardRequest ( - replica.in ())), + replica.in ()), 0); } |