From f8e3f6695d36493826af792acc31618384e1f284 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sun, 14 Apr 2002 17:25:52 +0000 Subject: ChangeLogTag: Sun Apr 14 19:24:12 2002 Johnny Willemsen --- ChangeLog | 5 +++++ ChangeLogs/ChangeLog-02a | 5 +++++ ChangeLogs/ChangeLog-03a | 5 +++++ ace/Future.h | 4 ++-- 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 + + * ace/Future.h: + Fixed small typing errors in comments + Sun Apr 14 17:56:33 UTC 2002 Johnny Willemsen * 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 + + * ace/Future.h: + Fixed small typing errors in comments + Sun Apr 14 17:56:33 UTC 2002 Johnny Willemsen * 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 + + * ace/Future.h: + Fixed small typing errors in comments + Sun Apr 14 17:56:33 UTC 2002 Johnny Willemsen * 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 *attach (ACE_Future_Rep *&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 *&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) -- cgit v1.2.1