summaryrefslogtreecommitdiff
path: root/ACE/ace/Future_Set.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2009-12-14 02:17:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2009-12-14 02:17:22 +0000
commit27e7e45717e7311a9b4749c3d3a2234622dcd3fd (patch)
tree34986de0ff706447fb282151ab4712a961cca854 /ACE/ace/Future_Set.h
parenta43905a53603fbe09ace8562d48c8634f5094d3b (diff)
downloadATCD-27e7e45717e7311a9b4749c3d3a2234622dcd3fd.tar.gz
ChangeLogTag:Thu
Diffstat (limited to 'ACE/ace/Future_Set.h')
-rw-r--r--ACE/ace/Future_Set.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Future_Set.h b/ACE/ace/Future_Set.h
index 6e804248021..1e0c0b8e6ec 100644
--- a/ACE/ace/Future_Set.h
+++ b/ACE/ace/Future_Set.h
@@ -31,14 +31,14 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class ACE_Future_Set
*
- * @brief This class implements a mechanism which allows the values of
+ * @brief This class implements a mechanism that allows the values of
* a collection of ACE_Future objects to be accessed by reader threads
* as they become available. The caller(s) provide the ACE_Future_Set
* (i.e. the observer...) with the collection of ACE_Future objects
- * (i.e. the subjects...) that are to be observed using the
- * the ACE_Future_Set::insert() method. The caller(s) may then iterate
- * over the collection in the order in which they become readable using
- * the ACE_Future_Set::next_readable() method.
+ * (i.e. the subjects...) that are to be observed using the the
+ * ACE_Future_Set::insert() method. The caller(s) may then iterate
+ * over the collection in the order in which they become readable
+ * using the ACE_Future_Set::next_readable() method.
*/
template <class T>
class ACE_Future_Set : public ACE_Future_Observer<T>