summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-08-20 17:22:24 +0000
committerSteve Huston <shuston@riverace.com>2001-08-20 17:22:24 +0000
commit7a82f3137ae931afecd4ae631ba889ff3b735abe (patch)
treed2f40fe6cdf956cd86a3516a43bb333e33b2f4f7
parentb22728233a40b5a98c31f8d173678d292cfd7515 (diff)
downloadATCD-7a82f3137ae931afecd4ae631ba889ff3b735abe.tar.gz
ChangeLogTag:Mon Aug 20 13:18:51 2001 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--THANKS1
-rw-r--r--ace/SOCK.h2
5 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cdcc39953db..18ffb632610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Aug 20 13:18:51 2001 Steve Huston <shuston@riverace.com>
+
+ * ace/SOCK.h: Corrected comment on ACE_SOCK ctor being protected,
+ not private. Thanks to Don Hinton <dhinton@swan.fr> for
+ pointing this out.
+
+ * THANKS: Added Don Hinton to the Hall of Fame.
+
Mon Aug 20 11:00:50 2001 Chad Elliott <elliott_c@ociweb.com>
* ace/OS.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index cdcc39953db..18ffb632610 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Mon Aug 20 13:18:51 2001 Steve Huston <shuston@riverace.com>
+
+ * ace/SOCK.h: Corrected comment on ACE_SOCK ctor being protected,
+ not private. Thanks to Don Hinton <dhinton@swan.fr> for
+ pointing this out.
+
+ * THANKS: Added Don Hinton to the Hall of Fame.
+
Mon Aug 20 11:00:50 2001 Chad Elliott <elliott_c@ociweb.com>
* ace/OS.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index cdcc39953db..18ffb632610 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Mon Aug 20 13:18:51 2001 Steve Huston <shuston@riverace.com>
+
+ * ace/SOCK.h: Corrected comment on ACE_SOCK ctor being protected,
+ not private. Thanks to Don Hinton <dhinton@swan.fr> for
+ pointing this out.
+
+ * THANKS: Added Don Hinton to the Hall of Fame.
+
Mon Aug 20 11:00:50 2001 Chad Elliott <elliott_c@ociweb.com>
* ace/OS.h:
diff --git a/THANKS b/THANKS
index 0538174c1b0..39715d840de 100644
--- a/THANKS
+++ b/THANKS
@@ -1317,6 +1317,7 @@ Eamonn Saunders <Esaunders@softricity.com>
Yev Omenzel <omenzel@yahoo.com>
John E Hein <jhein@timing.com>
Tino Schwarze <tino.schwarze@informatik.tu-chemnitz.de>
+Don Hinton <dhinton@swan.fr>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/ace/SOCK.h b/ace/SOCK.h
index 71cc8b4df4a..bbed708afe0 100644
--- a/ace/SOCK.h
+++ b/ace/SOCK.h
@@ -106,7 +106,7 @@ protected:
u_long flags,
int reuse_addr);
- /// Default constructor is private to prevent instances of this class
+ /// Default constructor is protected to prevent instances of this class
/// from being defined.
ACE_SOCK (void);