summaryrefslogtreecommitdiff
path: root/TAO/tao/Synch_Invocation.inl
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-07 09:19:05 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-07 09:19:05 +0000
commita3d06503fa1986be40d1dc76c9ea32f63a630282 (patch)
tree4c66f91ed05bf0e6478e64f0897460b812358bc0 /TAO/tao/Synch_Invocation.inl
parent1e3f0bd925ec7cc625da4e5c73960fdc15b6da1b (diff)
downloadATCD-a3d06503fa1986be40d1dc76c9ea32f63a630282.tar.gz
ChangeLogTag: Wed May 7 09:06:56 UTC 2008 Vladimir Zykov <vzykov@prismtech.com>
Diffstat (limited to 'TAO/tao/Synch_Invocation.inl')
-rw-r--r--TAO/tao/Synch_Invocation.inl4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Synch_Invocation.inl b/TAO/tao/Synch_Invocation.inl
index 649d3245412..3b819af8672 100644
--- a/TAO/tao/Synch_Invocation.inl
+++ b/TAO/tao/Synch_Invocation.inl
@@ -17,7 +17,9 @@ namespace TAO
ACE_INLINE
Reply_Guard::~Reply_Guard (void)
{
- this->invocation_->reply_received (this->status_);
+#if TAO_HAS_INTERCEPTORS == 1
+ this->invocation_->invoke_status (this->status_);
+#endif /* TAO_HAS_INTERCEPTORS == 1 */
}
ACE_INLINE void