diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-05-03 10:11:25 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-05-03 10:11:25 +0000 |
commit | f5013edee081cb5a73861d26ebc871d56a093236 (patch) | |
tree | 74ed740ba6121a3cec01efb28b50fd7fec77f210 /TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp | |
parent | 928f521730f929920eb169b74e26a6bc973d4216 (diff) | |
download | ATCD-f5013edee081cb5a73861d26ebc871d56a093236.tar.gz |
Thu May 3 10:09:37 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp')
-rw-r--r-- | TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp b/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp index 7cba1273fe1..514061e22ab 100644 --- a/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp +++ b/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp @@ -135,7 +135,7 @@ namespace TAO details.cac (ami_arguments_converter); // Release the owner ship of the reply dispatcher - details.reply_dispatcher ( this->safe_rd_.release ()); + details.reply_dispatcher (this->safe_rd_.release ()); return Invocation_Adapter::invoke_collocated_i (stub, details, |