summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-29 15:18:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-29 15:18:00 +0000
commit4299ec7bacfdc6aec0a0a58843229d9e8ef9c29d (patch)
treef86f6f68bf8082a63f18619f0847a9c24cf61d84 /ChangeLog-99b
parent2b4a0cd26d34a8c28a08aa27b03434c4e71f01a9 (diff)
downloadATCD-4299ec7bacfdc6aec0a0a58843229d9e8ef9c29d.tar.gz
ChangeLogTag: Wed Dec 29 09:11:46 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b37
1 files changed, 26 insertions, 11 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 3075a203008..3d79d876a22 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,16 +1,31 @@
+Wed Dec 29 09:11:46 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-cxx-common.h: enable ACE_USES_OLD_IOSTREAMS
+ without __USE_STD_IOSTREAM. Removed ACE_HAS_STRING_CLASS
+ on Linux, because IOStream_Test won't compile with it.
+
+ * include/makeinclude/platform_linux_cxx.GNU: removed
+ -D__USE_STD_IOSTREAM test, because IOStream_Test failed
+ with it.
+
+ * include/makeinclude/platform_linux_cxx.GNU: Removed
+ -use_ld_input because it has no effect on Linux. Thanks
+ to Ken Block <ptr_corp@ptrsv1.pko.dec.com> for pointing
+ that out.
+
Tue Dec 28 18:32:02 1999 Vishal Kachroo <vishal@cs.wustl.edu>
- * ace/QoS_Session_Impl.cpp: Added a comment for get qos().
-
- * examples/QOS/Receiver_QOS_Event_Handler.cpp:
- * examples/QOS/Receiver_QOS_Event_Handler.h:
- * examples/QOS/server.cpp:
-
- Changed the server of the GQoS example to use the newly added
- QoS classes of ACE. The program structure has changed to reflect
- the abstractness of the ACE QoS API. The final goal is to remove
- all the GQoSisms from the applications, even if this means
- constraining it by the granularity provided by RAPI.
+ * ace/QoS_Session_Impl.cpp: Added a comment for get qos().
+
+ * examples/QOS/Receiver_QOS_Event_Handler.cpp:
+ * examples/QOS/Receiver_QOS_Event_Handler.h:
+ * examples/QOS/server.cpp:
+
+ Changed the server of the GQoS example to use the newly added
+ QoS classes of ACE. The program structure has changed to reflect
+ the abstractness of the ACE QoS API. The final goal is to remove
+ all the GQoSisms from the applications, even if this means
+ constraining it by the granularity provided by RAPI.
Tue Dec 28 15:50:46 1999 David L. Levine <levine@cs.wustl.edu>