summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-15 13:34:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-15 13:34:12 +0000
commitd5799a785ea156d20f01c8185ebcc3a938254809 (patch)
tree466493c3d106b54a137dd2dfd0196838e5d79795
parent52b35348a5fc3be124bf7d93efd4705102781696 (diff)
downloadATCD-d5799a785ea156d20f01c8185ebcc3a938254809.tar.gz
ChangeLogTag: Fri Apr 15 14:34:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Muxed_TMS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h
index 5712a31a5e7..30b055963b3 100644
--- a/TAO/tao/Muxed_TMS.h
+++ b/TAO/tao/Muxed_TMS.h
@@ -35,7 +35,7 @@ class TAO_Pluggable_Reply_Params;
* outstanding requests.
* @@ Can the performance of the demuxer be made more predictable,
* for example, using the request id as an active demux key?
- * NOTE: check the OMG resolutions about bidirectional
+ * @note Check the OMG resolutions about bidirectional
* connections, it is possible that the request ids can only
* assume even or odd values.
*/
@@ -78,7 +78,7 @@ protected:
TAO_Reply_Dispatcher *,
ACE_Hash <CORBA::ULong>,
ACE_Equal_To <CORBA::ULong>,
- ACE_Null_Mutex>
+ ACE_Null_Mutex>
REQUEST_DISPATCHER_TABLE;
/// Table of <Request ID, Reply Dispatcher> pairs.