diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1d688a77e83..4b13b10f670 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue May 17 09:32:01 2005 Ossama Othman <ossama@dre.vanderbilt.edu> + + * tests/Collection_Test.cpp: + + Avoid casting between a pointer to a function a pointer to an + object. ISO C++ forbids such casts. Fixes a g++ 4.0 warning. + Tue May 17 07:50:07 2005 Justin Michel <michel_j@ociweb.com> * ace/Cache_Map_Manager_T.cpp: @@ -46,7 +53,6 @@ Tue May 17 07:50:07 2005 Justin Michel <michel_j@ociweb.com> Add missing "using std::ios_base". - Mon May 16 21:39:30 2005 Ossama Othman <ossama@dre.vanderbilt.edu> * ace/Ping_Socket.h (Ping_Socket): |