summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Endpoint_Selectors.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-07 11:26:35 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-07 11:26:35 +0000
commit8f59a6aa3f0b5b6a4fe6fc093982f6a1e395148b (patch)
tree7a4644aab755ac405aa9aed2835371ea97a8faf5 /TAO/tao/Invocation_Endpoint_Selectors.cpp
parente179f89eec72472710891e2f0ec23462a638ef36 (diff)
downloadATCD-8f59a6aa3f0b5b6a4fe6fc093982f6a1e395148b.tar.gz
ChangeLogTag:`head -1 ChangeLog`
Diffstat (limited to 'TAO/tao/Invocation_Endpoint_Selectors.cpp')
-rw-r--r--TAO/tao/Invocation_Endpoint_Selectors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Endpoint_Selectors.cpp b/TAO/tao/Invocation_Endpoint_Selectors.cpp
index 01290c9cca3..0a31ce06b74 100644
--- a/TAO/tao/Invocation_Endpoint_Selectors.cpp
+++ b/TAO/tao/Invocation_Endpoint_Selectors.cpp
@@ -43,8 +43,8 @@ TAO_Default_Endpoint_Selector::select_endpoint (
// Check whether we need to do a blocked wait or we have a
// non-blocked wait and we support that. If this is not the
// case we can't use this profile so try the next.
- if (r->blocked () ||
- (!r->blocked () && r->profile ()->supports_non_blocking_oneways ()))
+ if (r->blocked_connect () ||
+ (!r->blocked_connect () && r->profile ()->supports_non_blocking_oneways ()))
{
const size_t endpoint_count =
r->profile ()->endpoint_count ();