summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-04 13:44:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-04 13:44:07 +0000
commit96e30de4a583655c81082ab4dec14469fc736f35 (patch)
treede960e637cefe8e50db1dbb1bb593d6a022dc31f
parent9611fd8fb7e811e8fa6e8b105ad25e8cdccceb72 (diff)
downloadATCD-96e30de4a583655c81082ab4dec14469fc736f35.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a7
-rw-r--r--TAO/ChangeLog-98c4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 31b40e2d9be..f525ed4b401 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,8 @@
+Sun Jan 04 07:43:10 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-vxworks5.x-g++.h: removed
+ ACE_HAS_TEMPLATE_SPECIALIZATION.
+
Sat Jan 3 22:25:15 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* apps/Gateway/Gateway: Changed the name of the ACE_Event_Channel
@@ -15,7 +20,7 @@ Sat Jan 3 22:25:15 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
that the Supplier_Handler and Consumer_Handler work atop
*connections*. The previous naming scheme was too abstract for
its own good.
-
+
Sat Jan 03 14:16:40 1998 Nanbor Wang <nw1@cs.wustl.edu>
* ace/Map_Manager.cpp (ACE_Map[_Reverse]_Iterator): Fixed the
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 337c27fb32d..0ae4c38154f 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,7 +1,7 @@
Sun Jan 04 07:37:31 1998 David L. Levine <levine@cs.wustl.edu>
- * tao/orb_core.i: Changed ACE_LACKS_TEMPLATE_SPECIALIZATION
- to ! ACE_HAS_TEMPLATE_SPECIALIZATION, to be consistent with
+ * tao/orb_core.i: Changed ! ACE_LACKS_TEMPLATE_SPECIALIZATION
+ to ACE_HAS_TEMPLATE_SPECIALIZATION, to be consistent with
ACE config files.
Sun Jan 4 06:06:28 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>