summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Endpoint_Selectors.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-08 04:46:32 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-08 04:46:32 +0000
commitbfe7a238f371328682ab9ba84276067086d8aa44 (patch)
tree23cb4397202bf6f95733da17ca3115cbc0bfd1c3 /TAO/tao/Invocation_Endpoint_Selectors.cpp
parent0ba131ad7aabf15f7342cea8be4e00c52c2f5c63 (diff)
downloadATCD-bfe7a238f371328682ab9ba84276067086d8aa44.tar.gz
ChangeLogTag:Thu Mar 7 20:43:56 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Invocation_Endpoint_Selectors.cpp')
-rw-r--r--TAO/tao/Invocation_Endpoint_Selectors.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/Invocation_Endpoint_Selectors.cpp b/TAO/tao/Invocation_Endpoint_Selectors.cpp
index ae09e505a18..352500faa06 100644
--- a/TAO/tao/Invocation_Endpoint_Selectors.cpp
+++ b/TAO/tao/Invocation_Endpoint_Selectors.cpp
@@ -71,8 +71,7 @@ TAO_Default_Endpoint_Selector::next (TAO_GIOP_Invocation *
}
void
-TAO_Default_Endpoint_Selector::forward (TAO_GIOP_Invocation
- *invocation,
+TAO_Default_Endpoint_Selector::forward (TAO_GIOP_Invocation *invocation,
const TAO_MProfile &mprofile
ACE_ENV_ARG_DECL)
{
@@ -86,10 +85,10 @@ TAO_Default_Endpoint_Selector::forward (TAO_GIOP_Invocation
// get created on a per-call basis. For now we'll play it safe.
if (invocation->stub ()->next_profile () == 0)
ACE_THROW (CORBA::TRANSIENT (
- CORBA_SystemException::_tao_minor_code (
- TAO_INVOCATION_LOCATION_FORWARD_MINOR_CODE,
- errno),
- CORBA::COMPLETED_NO));
+ CORBA_SystemException::_tao_minor_code (
+ TAO_INVOCATION_LOCATION_FORWARD_MINOR_CODE,
+ errno),
+ CORBA::COMPLETED_NO));
}
void