diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-28 23:05:12 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-28 23:05:12 +0000 |
commit | 05039d43b93c54aefe7ceed03654519302a6730b (patch) | |
tree | c7bda316ce5718decaf5c08dcdaa76296e825f0a /ChangeLog-99b | |
parent | b62a8f0cf398281db31296677b336eb02af6bf73 (diff) | |
download | ATCD-05039d43b93c54aefe7ceed03654519302a6730b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 18f73d260dc..9f28e4a285e 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,11 +1,22 @@ +Wed Apr 28 18:02:36 1999 Nanbor Wang <nanbor@cs.wustl.edu> + + * ace/OS.h: Added a new macro called + ACE_non_function_ptr_to_function_ptr_cast to get around some + compiler constrain. In face, ANSI C++ standard prevents casting + from a non-function pointer (e.g., void *) to a function + pointer. Currently, only egcs check for this condition. + + * ace/Parse_Node.cpp (symbol): Changed to use the new + ACE_non_function_ptr_to_function_ptr_cast. + Wed Apr 28 16:53:16 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu> * examples/Reactor/Proactor/Aio_Platform_Test_C.cpp: Added this file, a simple C version of the $ACE_ROOT/tests/Aio_Platforms_Test.cpp. Useful for submitting bug - reports etc. + reports etc. - * ace/Proactor.cpp: + * ace/Proactor.cpp: * ace/POSIX_Asynch_IO.cpp: Fixed old g++ warnings Wed Apr 28 15:39:14 1999 Nanbor Wang <nanbor@cs.wustl.edu> |