summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 19:44:54 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 19:44:54 +0000
commitd1339e6f6ebe3f9b606401589a84fb23b732ed95 (patch)
treead27b937407e45fc2a9d4cb5738715bbdbbfe10a
parentc2ec817c04fe03f98a80e405ed00ceb8835fc0b8 (diff)
downloadATCD-d1339e6f6ebe3f9b606401589a84fb23b732ed95.tar.gz
ChangeLogTag:Thu Sep 2 14:42:31 1999 Kirthika Parameswaran
<kirthika@cs.wustl.edu>
-rw-r--r--ChangeLog-99b9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index f5bc5b1d617..4aa019d143f 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,12 @@
+Thu Sep 2 14:42:31 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
+
+ * tests/Cached_Accept_Conn_Test.cpp: Repositioned
+ ACE_HAS_BROKEN_EXTENDED_TEMPLATES macro before the inclusion of
+ the header since thats where the typedefs had been shifted.
+ Also, to keep both gcc2.7.3 and sunCC5.0 w.o debugging symbols
+ happy it was necessary to move the definitions of
+ <Accept_Startegy> methods before the instantiations.
+
Thu Sep 2 12:21:41 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/OS.h: Added an ACE_static_cast in the ACE_FACTORY_DEFINE macro