summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b18
1 files changed, 8 insertions, 10 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 4de9255bee3..13ad5c9005d 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1415,16 +1415,6 @@ Wed Nov 18 20:56:38 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* ace/DLL.{cpp,h} (ACE_DLL): Added the close-on-destruction
feature in the constructor of the ACE_DLL class.
-Wed Nov 18 15:51:42 1998 David L. Levine <levine@cs.wustl.edu>
-
- * ace/Basic_Types.h (ACE_UINT64_DBLCAST_ADAPTER): on other
- than Win32 and without ACE_LACKS_LONGLONG_T, wrapped the
- "n" macro definition with parenthesis, to avoid insidious
- errors in equations due to removing the grouping. g++ 2.7.2.3
- noticed this on the latest context_switch_time.cpp.
-
- * ace/Svc_Handler.cpp (cleanup_hint): fixed ACE_TRACE string.
-
Thu Nov 19 00:18:26 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/OS.i (strnstr): Added a check to see if the substring is
@@ -1447,6 +1437,14 @@ Thu Nov 19 00:18:26 1998 Irfan Pyarali <irfan@cs.wustl.edu>
Wed Nov 18 15:51:42 1998 David L. Levine <levine@cs.wustl.edu>
+ * ace/Basic_Types.h (ACE_UINT64_DBLCAST_ADAPTER): on other
+ than Win32 and without ACE_LACKS_LONGLONG_T, wrapped the
+ "n" macro definition with parenthesis, to avoid insidious
+ errors in equations due to removing the grouping. g++ 2.7.2.3
+ noticed this on the latest context_switch_time.cpp.
+
+ * ace/Svc_Handler.cpp (cleanup_hint): fixed ACE_TRACE string.
+
* *.cpp: changed include protection from #if !defined to ifndef.
Added #pragma once, if possible, i.e., after #include of
an ace/ header. It can only be done after ace/config.h