summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-08 18:28:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-08 18:28:52 +0000
commit48bdb78e02bc1edc09d2e67a82d47a4d5c67e427 (patch)
treeb378de8bc29728d62085bd8ae27fae85d87fd8cf
parent9257df54601f9e8b291c06374d39c5e822cee7a8 (diff)
downloadATCD-48bdb78e02bc1edc09d2e67a82d47a4d5c67e427.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index c6737217b8a..a84c853766d 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,8 +1,14 @@
+Mon Mar 08 12:27:54 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Service_Config.cpp (handle_signal): added ACE_UNUSED_ARG (sig)
+ if ACE_NDEBUG is defined, to avoid compilation warning about
+ unused argument with debug=0.
+
Mon Mar 08 11:58:03 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Task.cpp (activate): Made sure we don't mess with the passed
- in grp_id if the task was not previously actived. Thanks to
- XuYifeng <wj@puclic.hz.zj.cn> for noticing this.
+ * ace/Task.cpp (activate): Made sure we don't mess with the passed
+ in grp_id if the task was not previously actived. Thanks to
+ XuYifeng <wj@puclic.hz.zj.cn> for noticing this.
Fri Mar 05 14:15:46 1999 David L. Levine <levine@cs.wustl.edu>