diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 16:29:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 16:29:30 +0000 |
commit | c923a6085b1b4c1a49d170fae196e3dbcfbd7131 (patch) | |
tree | 6a065b0fe7f6feb83056e31ab093cc33e43d2ef3 /TAO/tao/Muxed_TMS.cpp | |
parent | 1318309cb0ec14bf97dfcad4230754231eb340b4 (diff) | |
download | ATCD-c923a6085b1b4c1a49d170fae196e3dbcfbd7131.tar.gz |
Thu Feb 8 16:26:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Muxed_TMS.cpp')
-rw-r--r-- | TAO/tao/Muxed_TMS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Muxed_TMS.cpp b/TAO/tao/Muxed_TMS.cpp index bebf349b9be..1420eb9ff80 100644 --- a/TAO/tao/Muxed_TMS.cpp +++ b/TAO/tao/Muxed_TMS.cpp @@ -156,7 +156,7 @@ TAO_Muxed_TMS::dispatch_reply (TAO_Pluggable_Reply_Params ¶ms) // cases we dispatch with the lock held. // Dispatch the reply. // They return 1 on success, and -1 on failure. - result = rd->dispatch_reply (params); + result = rd->dispatch_reply (params); } return result; |