summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-23 14:58:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-23 14:58:40 +0000
commit1ae9da20fdefc28d52e01fa4413ff63be758befd (patch)
tree5d10df0eb4113789f21ef79156bfb512224c2781
parentb121f1243705d398b829cc53f17bb8556dba6b9c (diff)
downloadATCD-1ae9da20fdefc28d52e01fa4413ff63be758befd.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-96b8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index 4034fc5fd0e..95940096138 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -1,13 +1,17 @@
Sun Dec 22 21:23:57 1996 David L. Levine <levine@cs.wustl.edu>
- * ace/Acceptor.cpp: replaced two statements that looked like this:
+ * ace/Acceptor.cpp: replaced two statements that looked like this:
"ptr && ptr->foo ()" with "if (ptr) ptr-> foo()" to prevent
compiler warnings about computed values that aren't used
- * netsvcs/clients/Tokens/manual/manual.cpp: added explicit "int"
+ * netsvcs/clients/Tokens/manual/manual.cpp: added explicit "int"
return type to declaration of handle_exception (ACE_HANDLE) so
that compilers don't complain about no type
+ * ASX/Event_Server/Event_Server/Options.cpp,
+ ASX/UPIPE_Event_Server/Options.cpp: rearranged initializers
+ in Options ctor to match declaration order
+
Sun Dec 22 21:16:23 1996 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
* ace/OS.cpp (thr_create): added a new ACE_HAS_PTHREADS_XAVIER to