summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r--TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
index 2a2d66ad5f2..9075cd3247c 100644
--- a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
+++ b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
@@ -138,7 +138,7 @@ TAO_Asynch_Reply_Dispatcher::dispatch_reply (TAO_Pluggable_Reply_Params &params)
}
}
- this->decr_refcount ();
+ this->intrusive_remove_ref (this);
return 1;
}
@@ -187,7 +187,7 @@ TAO_Asynch_Reply_Dispatcher::connection_closed (void)
}
- (void) this->decr_refcount ();
+ this->intrusive_remove_ref (this);
}
// AMI Timeout Handling Begin
@@ -241,7 +241,7 @@ TAO_Asynch_Reply_Dispatcher::reply_timed_out (void)
}
}
- (void) this->decr_refcount ();
+ this->intrusive_remove_ref (this);
}
long