summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging
diff options
context:
space:
mode:
authorfrehberger <frehberger@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-29 16:32:14 +0000
committerfrehberger <frehberger@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-29 16:32:14 +0000
commit3505d2af6a2d07b7f30195718a633d59893566bf (patch)
tree7111d39db496d76db58e57adf30cfda0a62e3dc8 /TAO/tao/Messaging
parentebafb3385b930ea3b761dc7442b0e8d630d43d39 (diff)
downloadATCD-3505d2af6a2d07b7f30195718a633d59893566bf.tar.gz
ChangeLogTag: Wed Mar 29 17:15:00 UTC 2006 Frank Rehberger <frehberger@prismtech.com>
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r--TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp b/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp
index 2f1bb0818e1..b88ff2855ae 100644
--- a/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp
+++ b/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp
@@ -175,8 +175,12 @@ namespace TAO
{
effective_target = asynch.steal_forwarded_reference ();
+#if TAO_HAS_INTERCEPTORS == 1
const CORBA::Boolean permanent_forward =
(asynch.reply_status() == TAO_GIOP_LOCATION_FORWARD_PERM);
+#else
+ const CORBA::Boolean permanent_forward = false;
+#endif
this->object_forwarded (effective_target,
r.stub (),