summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-03-01 04:51:55 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-03-01 04:51:55 +0000
commit7585a229435da31e79bd7e9a285cf1fba96397fc (patch)
tree224ca45b99ce2e9b8e03de75aaeb9786457ffdc5
parent8f9332f7dafc1690cf6e95d5e59c21022132e841 (diff)
downloadATCD-7585a229435da31e79bd7e9a285cf1fba96397fc.tar.gz
ChangeLogTag:Fri Feb 28 17:43:02 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--THANKS1
-rw-r--r--ace/Service_Manager.h2
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb082dba7a8..6974b702a8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 28 17:43:02 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * ace/Service_Manager.h (ACE_Service_Manager): Changed private to
+ protected. Thanks to Terry Mihm <terrym@firstlogic.com> for
+ suggesting this.
+
Fri Feb 28 13:04:56 2003 Ossama Othman <ossama@uci.edu>
Changes necessitated by inter-header dependency reductions.
diff --git a/THANKS b/THANKS
index a5ba9437ea8..b0d79cf3ad2 100644
--- a/THANKS
+++ b/THANKS
@@ -1673,6 +1673,7 @@ Edward Scott <eas@prismtechnologies.com>
Steve Spencer <sdssoftware@btopenworld.com>
Fukasawa Mitsuo <fukasawa_mitsuo@nifty.com>
Martin Brown <mpatalberta@yahoo.com>
+Terry Mihm <terrym@firstlogic.com>
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/Service_Manager.h b/ace/Service_Manager.h
index 2dbb4e5068b..561d3496929 100644
--- a/ace/Service_Manager.h
+++ b/ace/Service_Manager.h
@@ -83,7 +83,7 @@ protected:
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
-private:
+protected:
int open (const ACE_INET_Addr &sia);
// = Demultiplexing hooks.