summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-22 14:47:40 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-22 14:47:40 +0000
commitf26fd23d3ee349ae7e45d3c53c15b574c233b4d2 (patch)
tree0be5c189702484ca4ddfdec5931181f2490c9260 /protocols
parent2d1cf48500fa635f2a19ce4fa0b7cab176b9179b (diff)
downloadATCD-f26fd23d3ee349ae7e45d3c53c15b574c233b4d2.tar.gz
ChangeLogTag: Fri Oct 22 09:47:05 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/RMCast_Copy_On_Write.h2
-rw-r--r--protocols/ace/RMCast/RMCast_Membership.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Reordering.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/protocols/ace/RMCast/RMCast_Copy_On_Write.h b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
index c73dade591b..bad0318638e 100644
--- a/protocols/ace/RMCast/RMCast_Copy_On_Write.h
+++ b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
@@ -176,7 +176,7 @@ public:
//! Destructor
~ACE_RMCast_Copy_On_Write (void);
- //! Iterate over all the elements invoking \param worker on each one.
+ //! Iterate over all the elements invoking worker on each one.
int for_each (ACE_RMCast_Worker<KEY,ITEM> *worker);
//! Get the first key
diff --git a/protocols/ace/RMCast/RMCast_Membership.h b/protocols/ace/RMCast/RMCast_Membership.h
index 14d5790e584..d6bbbe503f9 100644
--- a/protocols/ace/RMCast/RMCast_Membership.h
+++ b/protocols/ace/RMCast/RMCast_Membership.h
@@ -86,10 +86,10 @@ protected:
/// The collection of proxies
Proxy_Collection proxies_;
- /// The smallest value of \param next_expected for all the proxies
+ /// The smallest value of next_expected for all the proxies
ACE_UINT32 next_expected_;
- /// The highest value of \param highest_received for all the proxies
+ /// The highest value of highest_received for all the proxies
ACE_UINT32 highest_received_;
/// Synchronization
diff --git a/protocols/ace/RMCast/RMCast_Reordering.h b/protocols/ace/RMCast/RMCast_Reordering.h
index dadca2aa0f6..68901480ef5 100644
--- a/protocols/ace/RMCast/RMCast_Reordering.h
+++ b/protocols/ace/RMCast/RMCast_Reordering.h
@@ -80,10 +80,10 @@ protected:
/// The reordering buffer
Messages messages_;
- /// The smallest value of \param next_expected for all the proxies
+ /// The smallest value of next_expected for all the proxies
ACE_UINT32 next_expected_;
- /// The highest value of \param highest_received for all the proxies
+ /// The highest value of highest_received for all the proxies
ACE_UINT32 highest_received_;
/// Synchronization