From 1ae9da20fdefc28d52e01fa4413ff63be758befd Mon Sep 17 00:00:00 2001 From: levine Date: Mon, 23 Dec 1996 14:58:40 +0000 Subject: *** empty log message *** --- ChangeLog-96b | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ChangeLog-96b') 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 - * 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 * ace/OS.cpp (thr_create): added a new ACE_HAS_PTHREADS_XAVIER to -- cgit v1.2.1