summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-31 04:50:42 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-31 04:50:42 +0000
commit6c772c1970174ed9c814b9499d9939a98e3eed08 (patch)
treeee58ee5a82223a090f15ad84fbdd71b0084c4e67 /TAO/tao/GIOP_Message_Base.cpp
parent0784e51467b07d534ad6722912a209bd4d2a0359 (diff)
downloadATCD-6c772c1970174ed9c814b9499d9939a98e3eed08.tar.gz
ChangeLogTag:Wed May 30 21:41:53 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index f374e33d0e9..115c06570ae 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -520,7 +520,6 @@ TAO_GIOP_Message_Base::process_request (TAO_Transport *transport,
// Do this before the reply is sent.
orb_core->adapter_registry ()->dispatch (request.object_key (),
request,
- 0,
forward_to,
ACE_TRY_ENV);
ACE_TRY_CHECK;
@@ -732,7 +731,6 @@ TAO_GIOP_Message_Base::process_locate_request (TAO_Transport *transport,
orb_core->adapter_registry ()->dispatch (server_request.object_key (),
server_request,
- 0,
forward_to,
ACE_TRY_ENV);
ACE_TRY_CHECK;