diff options
-rw-r--r-- | ChangeLog-97b | 2 | ||||
-rw-r--r-- | ChangeLog-99a | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 20bc06aa401..da7e8bf2f84 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -4257,7 +4257,7 @@ Thu Oct 9 17:46:59 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu> Reverted the change that added support for pthread_setconcurrency on IRIX, the function was supposed to be undocumented, but present on the libraries, I could not find it - in any of the SGI machines we have access to.; not even + in any of the SGI machines we have access to. * ace/Thread_Manager.cpp: On IRIX/SGIC++ we need to instantiate ACE_Node too. diff --git a/ChangeLog-99a b/ChangeLog-99a index 47b353b5d06..6e43ff176e2 100644 --- a/ChangeLog-99a +++ b/ChangeLog-99a @@ -4553,6 +4553,16 @@ Wed Jun 16 18:14:45 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu> the template list for the Cached_Connect_Strategy_Ex class to ward off g++ compiler errors. +Wed Jun 16 15:54:08 1999 Carlos O'Ryan <coryan@cs.wustl.edu> + + * ace/OS.h: + * ace/OS.i: + * ace/config-win32.h: + Auto-detect if we are using MSVC5.0 or MSVC6.0 and define the + ACE_HAS_WINSOCK_GQOS macro in that case. This macro is used in + the places where the QoS data structure of both compilers are + different. + Mon Jun 14 22:52:48 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu> * tests/Map_Manager_Test.cpp: Removed template instantiation |