summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-28 09:19:19 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-28 09:19:19 +0000
commit3a8fba6375f419e329fbb5628136ecd223f9e5d3 (patch)
tree58d5d136e2a8179ff8c080c7cce0585f9c6619c0 /TAO/tao/DynamicInterface
parentec0d2ea0fbda132eb6aa362f33335de21fa9c67b (diff)
downloadATCD-3a8fba6375f419e329fbb5628136ecd223f9e5d3.tar.gz
ChangeLogTag: Fri Mar 28 09:07:14 UTC 2008 Vladimir Zykov <vladimir.zykov@prismtech.com>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r--TAO/tao/DynamicInterface/Dynamic_Implementation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp b/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
index 79c6fb295a3..b3fa6df1a91 100644
--- a/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
+++ b/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
@@ -121,7 +121,7 @@ TAO_DynamicImplementation::_dispatch (TAO_ServerRequest &request,
// No need to do any of this if the client isn't waiting.
if (request.response_expected ())
{
- if (!CORBA::is_nil (request.forward_location ()))
+ if (request.is_forwarded ())
{
request.init_reply ();
request.tao_send_reply ();