summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Endpoint_Selectors.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-24 23:36:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-24 23:36:23 +0000
commit631312060e139e8205c19f07bcae08c6fb942869 (patch)
tree3e9c6ae41409e8d2f05d6e203616e2b6c6e1096f /TAO/tao/Invocation_Endpoint_Selectors.cpp
parent2b12c020f458754ac12f0233420b66a9671cc98d (diff)
downloadATCD-631312060e139e8205c19f07bcae08c6fb942869.tar.gz
ChangeLogTag:Thu May 24 16:34:37 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Invocation_Endpoint_Selectors.cpp')
-rw-r--r--TAO/tao/Invocation_Endpoint_Selectors.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/tao/Invocation_Endpoint_Selectors.cpp b/TAO/tao/Invocation_Endpoint_Selectors.cpp
index 00499063bcd..1cd29aa4127 100644
--- a/TAO/tao/Invocation_Endpoint_Selectors.cpp
+++ b/TAO/tao/Invocation_Endpoint_Selectors.cpp
@@ -64,10 +64,7 @@ TAO_Default_Endpoint_Selector::select_endpoint (TAO_GIOP_Invocation *invocation,
// If we get here, we completely failed to find an endpoint selector
// that we know how to use, so throw an exception.
- ACE_THROW (CORBA::TRANSIENT (
- CORBA_SystemException::_tao_minor_code (
- TAO_INVOCATION_CONNECT_MINOR_CODE,
- errno),
+ ACE_THROW (CORBA::TRANSIENT (TAO_OMG_VMCID | 2,
CORBA::COMPLETED_NO));
}
@@ -78,10 +75,7 @@ TAO_Default_Endpoint_Selector::next (TAO_GIOP_Invocation *,
{
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("This method is DEPRECATED!\n")));
// if (invocation->stub_->next_profile_retry () == 0)
- // ACE_THROW (CORBA::TRANSIENT (
- // CORBA_SystemException::_tao_minor_code (
- // TAO_INVOCATION_CONNECT_MINOR_CODE,
- // errno),
+ // ACE_THROW (CORBA::TRANSIENT (TAO_OMG_VMCID | 2,
// CORBA::COMPLETED_NO));
}