From 7a82f3137ae931afecd4ae631ba889ff3b735abe Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Mon, 20 Aug 2001 17:22:24 +0000 Subject: ChangeLogTag:Mon Aug 20 13:18:51 2001 Steve Huston --- ChangeLog | 8 ++++++++ ChangeLogs/ChangeLog-02a | 8 ++++++++ ChangeLogs/ChangeLog-03a | 8 ++++++++ THANKS | 1 + ace/SOCK.h | 2 +- 5 files changed, 26 insertions(+), 1 deletion(-) 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 + + * ace/SOCK.h: Corrected comment on ACE_SOCK ctor being protected, + not private. Thanks to Don Hinton for + pointing this out. + + * THANKS: Added Don Hinton to the Hall of Fame. + Mon Aug 20 11:00:50 2001 Chad Elliott * 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 + + * ace/SOCK.h: Corrected comment on ACE_SOCK ctor being protected, + not private. Thanks to Don Hinton for + pointing this out. + + * THANKS: Added Don Hinton to the Hall of Fame. + Mon Aug 20 11:00:50 2001 Chad Elliott * 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 + + * ace/SOCK.h: Corrected comment on ACE_SOCK ctor being protected, + not private. Thanks to Don Hinton for + pointing this out. + + * THANKS: Added Don Hinton to the Hall of Fame. + Mon Aug 20 11:00:50 2001 Chad Elliott * ace/OS.h: diff --git a/THANKS b/THANKS index 0538174c1b0..39715d840de 100644 --- a/THANKS +++ b/THANKS @@ -1317,6 +1317,7 @@ Eamonn Saunders Yev Omenzel John E Hein Tino Schwarze +Don Hinton 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); -- cgit v1.2.1