summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-25 03:39:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-25 03:39:31 +0000
commit87541e647be354cda7c786dc892628cc95d2ce15 (patch)
treea0510c57aa2fd3d6686ba775838f19c790bb0be6
parenta0c400b9933c3234686bb486099133a1bd9a8980 (diff)
downloadATCD-87541e647be354cda7c786dc892628cc95d2ce15.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a25
1 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index be2c059859e..0d002620688 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,19 +1,24 @@
+Fri Apr 24 22:36:37 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Service_Config.cpp (process_directive): added
+ ACE_UNUSED_ARG (directive).
+
Fri Apr 24 18:40:08 1998 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Asynch_Acceptor.cpp (handle_accept): Fixed this method so
- that it has better flexibility and error checking. Also, added
- hooks so that users can do validation of remote connections.
- Also, a flag is checked before accept is reissued. Thanks to
- Jason Katz <Jason@rtswireless.com> for reporting these upgrades.
+ * ace/Asynch_Acceptor.cpp (handle_accept): Fixed this method so
+ that it has better flexibility and error checking. Also, added
+ hooks so that users can do validation of remote connections.
+ Also, a flag is checked before accept is reissued. Thanks to
+ Jason Katz <Jason@rtswireless.com> for reporting these upgrades.
Fri Apr 24 16:33:14 1998 Steve Huston <shuston@riverace.com>
- * ace/OS.h: ACE_FACTORY_DEFINE - in the generated gobble function,
- use the indicated object type to do the delete so 1) the aC++
- compiler won't complain, and 2) so the service object is
- destructed properly.
+ * ace/OS.h: ACE_FACTORY_DEFINE - in the generated gobble function,
+ use the indicated object type to do the delete so 1) the aC++
+ compiler won't complain, and 2) so the service object is
+ destructed properly.
- * tests/Env_Value_Test.cpp: Made it compile on Solaris.
+ * tests/Env_Value_Test.cpp: Made it compile on Solaris.
Fri Apr 24 15:45:38 1998 David L. Levine <levine@cs.wustl.edu>