summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp')
-rw-r--r--TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
index 00cd3bab7d3..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;
}
@@ -182,12 +182,12 @@ TAO_Asynch_Reply_Dispatcher::connection_closed (void)
if (TAO_debug_level >= 4)
{
ex._tao_print_exception (
- "Asynch_Reply_Dispacher::connection_closed");
+ "Asynch_Reply_Dispatcher::connection_closed");
}
}
- (void) this->decr_refcount ();
+ this->intrusive_remove_ref (this);
}
// AMI Timeout Handling Begin
@@ -237,11 +237,11 @@ TAO_Asynch_Reply_Dispatcher::reply_timed_out (void)
{
if (TAO_debug_level >= 4)
{
- ex._tao_print_exception ("Asynch_Reply_Dispacher::reply_timed_out");
+ ex._tao_print_exception ("Asynch_Reply_Dispatcher::reply_timed_out");
}
}
- (void) this->decr_refcount ();
+ this->intrusive_remove_ref (this);
}
long