summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher_Base.inl')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher_Base.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher_Base.inl b/TAO/tao/Asynch_Reply_Dispatcher_Base.inl
index 77f9bbd831d..6ce1e3f556f 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher_Base.inl
+++ b/TAO/tao/Asynch_Reply_Dispatcher_Base.inl
@@ -10,7 +10,7 @@ namespace TAO
ARDB_Refcount_Functor::operator () (
TAO_Asynch_Reply_Dispatcher_Base *ardb) throw ()
{
- (void) ardb->decr_refcount ();
+ (void) ardb->intrusive_remove_ref (ardb);
}
}