summaryrefslogtreecommitdiff
path: root/ChangeLog-96b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r--ChangeLog-96b13
1 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index 3b143f4c2f2..da0178ba00e 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -1,3 +1,11 @@
+Wed Dec 4 00:27:07 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
+
+ * ace/Registry: Removed NOMINMAX and
+ VC_PLUS_PLUS_NESTED_CLASS_PROBLEM flags from the header file.
+ The VC_PLUS_PLUS_NESTED_CLASS_PROBLEM flag is no longer needed
+ and NOMINMAX is defined at the project level. Thanks to
+ Matthias Kerkhoff <make@cs.tu-berlin.de> for suggesting this.
+
Mon Dec 2 14:13:44 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace: Changed all occurrences of ACE_Event_Handler
@@ -69,11 +77,6 @@ Sun Dec 1 19:19:02 1996 Douglas C. Schmidt <schmidt@lambada.cs.wustl.edu>
ace/ReactorEx.h from the *.h file to the *.cpp file to avoid
problems with circular dependencies.
- * ace/ReactorEx: Added a new parameter to the Reactor's
- initialization methods so that we can install a subclass of
- ACE_Timer_Queue. This is in anticipation of Tim's new
- "real-time" implementation of a timer queue.
-
* ace/Reactor: Added a new parameter to the Reactor's
initialization methods so that we can install a subclass of
ACE_Timer_Queue. This is in anticipation of Tim's new