summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 21:38:14 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 21:38:14 +0000
commit568ba39460b95ffae53a139d82539021c74d00c6 (patch)
treea2d107c98c9347af4b66827b52b781ce0b4381bc
parentaeae39065f8cb1a1a49f4635c562a7bac58998d2 (diff)
downloadATCD-568ba39460b95ffae53a139d82539021c74d00c6.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a24
-rw-r--r--ace/OS.h1
2 files changed, 14 insertions, 11 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index cd363cbe169..7fe9a6fd310 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,15 +1,9 @@
-Sun Dec 21 15:24:42 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu>
-
- * ace/OS.h (class ACE_Cleanup_Info::operator ==, !=): Removed
- keyword struct. ACE_Cleanup_Info is a class now.
-
- * ace/Containers.h (class ACE_Double_Linked_List): Removed
- unused function declarations.
-
- * ace/Containers.h (class ACE_DNode): Removed ACE_DNode class.
-
Sun Dec 21 12:39:38 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+ * ace/OS.h (ACE_OS): Made the netdb_{acquire()/release()} methods
+ public to help ACE users stuck on weird OS platforms. Thanks to
+ Arturo Montes <mitosys@colomsat.net.co> for this suggestion.
+
* ace: Changed all ACE class documentation so that it puts the
=TITLE and =DESCRIPTION comments *after* the opening '{' rather
than before. I did this since (1) it makes emacs C++ mode
@@ -21,6 +15,16 @@ Sun Dec 21 12:39:38 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
ACE_LOCK_SOCK_Acceptor is no longer a virtual. I don't know why
this was made virtual in the first place, but it was a mistake.
+Sun Dec 21 15:24:42 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu>
+
+ * ace/OS.h (class ACE_Cleanup_Info::operator ==, !=): Removed
+ keyword struct. ACE_Cleanup_Info is a class now.
+
+ * ace/Containers.h (class ACE_Double_Linked_List): Removed
+ unused function declarations.
+
+ * ace/Containers.h (class ACE_DNode): Removed ACE_DNode class.
+
Sat Dec 20 11:05:45 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* tests/test_config.h (ACE_INIT_LOG): Added (%P|%t) to an
diff --git a/ace/OS.h b/ace/OS.h
index a6605a88902..8c1387bfe87 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -4766,7 +4766,6 @@ public:
// thread is the main thread, then the argument must be 1.
// For private use of ACE_Object_Manager and ACE_Thread_Adapter only.
-private:
#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) && defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS)
static int netdb_acquire (void);
static int netdb_release (void);