summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-14 17:25:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-14 17:25:52 +0000
commitf8e3f6695d36493826af792acc31618384e1f284 (patch)
tree411ea7f37f28cafe41e710f229fc49fea7b188e2
parent1473fe0019916a6addd540ccaeb733f3e1f0f6df (diff)
downloadATCD-f8e3f6695d36493826af792acc31618384e1f284.tar.gz
ChangeLogTag: Sun Apr 14 19:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/Future.h4
4 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c401c999cbe..36515ee6016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 14 19:25:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Future.h:
+ Fixed small typing errors in comments
+
Sun Apr 14 17:56:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/SOCK_Dgram_Bcast.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index c401c999cbe..36515ee6016 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Sun Apr 14 19:25:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Future.h:
+ Fixed small typing errors in comments
+
Sun Apr 14 17:56:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/SOCK_Dgram_Bcast.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index c401c999cbe..36515ee6016 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Sun Apr 14 19:25:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Future.h:
+ Fixed small typing errors in comments
+
Sun Apr 14 17:56:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/SOCK_Dgram_Bcast.h:
diff --git a/ace/Future.h b/ace/Future.h
index 451f5908327..5f4920e1abd 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -178,7 +178,7 @@ private:
static ACE_Future_Rep<T> *attach (ACE_Future_Rep<T> *&rep);
/**
- * Decreases the reference count and and deletes rep if there are no
+ * Decreases the reference count and deletes rep if there are no
* more references to rep.
*
* Precondition (rep != 0)
@@ -186,7 +186,7 @@ private:
static void detach (ACE_Future_Rep<T> *&rep);
/**
- * Decreases the rep's reference count and and deletes rep if there
+ * Decreases the rep's reference count and deletes rep if there
* are no more references to rep. Then assigns new_rep to rep.
*
* Precondition (rep != 0 && new_rep != 0)