diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-23 14:58:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-23 14:58:40 +0000 |
commit | 1ae9da20fdefc28d52e01fa4413ff63be758befd (patch) | |
tree | 5d10df0eb4113789f21ef79156bfb512224c2781 /ChangeLog-96b | |
parent | b121f1243705d398b829cc53f17bb8556dba6b9c (diff) | |
download | ATCD-1ae9da20fdefc28d52e01fa4413ff63be758befd.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 8 |
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 |