diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-29 06:45:37 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-29 06:45:37 +0000 |
commit | 126919d73c567717b29d567d9a1e1aebc7373f2b (patch) | |
tree | 892206eb35dae2700f39f9bd675a0b9ffff3a349 | |
parent | 290efca56283be190117c4afdaf711b06f034caa (diff) | |
download | ATCD-126919d73c567717b29d567d9a1e1aebc7373f2b.tar.gz |
ChangeLogTag:Tue Aug 29 01:32:28 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r-- | ChangeLog | 85 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 85 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 85 | ||||
-rw-r--r-- | ace/Logging_Strategy.h | 1 |
4 files changed, 136 insertions, 120 deletions
diff --git a/ChangeLog b/ChangeLog index 20d5c98a03d..5e52696b6d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,60 +1,65 @@ +Tue Aug 29 01:32:28 2000 Carlos O'Ryan <coryan@cs.wustl.edu> + + * ace/Logging_Strategy.h: + Add missing header file (Log_Msg.h) + Mon Aug 28 20:37:21 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/OS.i (rename): - * ace/OS.i (pipe): + * ace/OS.i (rename): + * ace/OS.i (pipe): - Changed type #if (ACE_HAS_PACE) when all the rest of the - files use #if defined (ACE_HAS_PACE). Changed mainly for - consistency. + Changed type #if (ACE_HAS_PACE) when all the rest of the + files use #if defined (ACE_HAS_PACE). Changed mainly for + consistency. Mon Aug 28 18:04:17 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/ace_lib.dsp: - * ace/ace_dll.dsp: + * ace/ace_lib.dsp: + * ace/ace_dll.dsp: - Added additional #include ../PACE search directories - to project settings. + Added additional #include ../PACE search directories + to project settings. Mon Aug 28 17:43:00 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/config-win32.h: + * ace/config-win32.h: - Added support for PACE and win32. + Added support for PACE and win32. - * ace/OS.h::2283 + * ace/OS.h::2283 - Altered code to support - #define ACE_HAS_PACE && #define WTHREADS. + Altered code to support + #define ACE_HAS_PACE && #define WTHREADS. Mon Aug 28 15:05:27 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de> - * ace/OS_Dirent.cpp: Changed a condition in readdir_emulation () - to query properly for an invalid file handle. Thanks to - Nir Drang <Nir@bandwiz.com> for reporting this. + * ace/OS_Dirent.cpp: Changed a condition in readdir_emulation () + to query properly for an invalid file handle. Thanks to + Nir Drang <Nir@bandwiz.com> for reporting this. Mon Aug 28 12:16:27 2000 Ossama Othman <ossama@uci.edu> - * ace/Makefile.am (libACE_OS_la_SOURCES, HEADER_FILES, - INLINE_FILES): + * ace/Makefile.am (libACE_OS_la_SOURCES, HEADER_FILES, + INLINE_FILES): - Added new Thread_{Adapter, Control, Exit, Hook} source files to - these make variables. + Added new Thread_{Adapter, Control, Exit, Hook} source files to + these make variables. Mon Aug 28 11:56:42 2000 Ossama Othman <ossama@uci.edu> - * configure.in (ACE_HAS_PENTIUM): + * configure.in (ACE_HAS_PENTIUM): - Only define this macro if the hardware is x86 *and* GNU C++ is - being used since the code enabled by this macro contains - assembler code specific to that compiler. - Reported by Rich Seibel <seibel_r@ociweb.com> + Only define this macro if the hardware is x86 *and* GNU C++ is + being used since the code enabled by this macro contains + assembler code specific to that compiler. + Reported by Rich Seibel <seibel_r@ociweb.com> Mon Aug 28 11:18:27 2000 Ossama Othman <ossama@uci.edu> - * ace/config-irix6.5.x-sgic++.h: + * ace/config-irix6.5.x-sgic++.h: - Configuration header for IRIX 6.5.x contributed by J. Russell - Noseworthy <j.russell.noseworthy@objectsciences.com>. [Bug 623] + Configuration header for IRIX 6.5.x contributed by J. Russell + Noseworthy <j.russell.noseworthy@objectsciences.com>. [Bug 623] Mon Aug 28 10:27:45 2000 Chad Elliott <elliott_c@ociweb.com> @@ -65,15 +70,15 @@ Mon Aug 28 10:27:45 2000 Chad Elliott <elliott_c@ociweb.com> Sat Aug 26 17:39:53 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/config-all.h: Added new ACE_CONST_WHEN_MUTABLE macro. - Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. + * ace/config-all.h: Added new ACE_CONST_WHEN_MUTABLE macro. + Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. - * ace/Logging_Strategy: Added support for more fine-grained - control over logging strategies and priorities. Thanks to - Martin Krumpolec <krumpo@pobox.sk> for reporting this. + * ace/Logging_Strategy: Added support for more fine-grained + control over logging strategies and priorities. Thanks to + Martin Krumpolec <krumpo@pobox.sk> for reporting this. - * ace: Improved the "const correctness" of many Reactor methods. - Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. + * ace: Improved the "const correctness" of many Reactor methods. + Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu> @@ -85,10 +90,10 @@ Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu> Sat Aug 26 12:00:18 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/Service_Repository.cpp: Modify the remove() method so that - it is "re-entrant" i.e., one can call it from other svc's fini() - called from remove(). Thanks to Martin Krumpolec - <krumpo@pobox.sk> for contributing this fix. + * ace/Service_Repository.cpp: Modify the remove() method so that + it is "re-entrant" i.e., one can call it from other svc's fini() + called from remove(). Thanks to Martin Krumpolec + <krumpo@pobox.sk> for contributing this fix. Fri Aug 25 18:09:04 2000 Carlos O'Ryan <coryan@uci.edu> diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 20d5c98a03d..5e52696b6d8 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,60 +1,65 @@ +Tue Aug 29 01:32:28 2000 Carlos O'Ryan <coryan@cs.wustl.edu> + + * ace/Logging_Strategy.h: + Add missing header file (Log_Msg.h) + Mon Aug 28 20:37:21 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/OS.i (rename): - * ace/OS.i (pipe): + * ace/OS.i (rename): + * ace/OS.i (pipe): - Changed type #if (ACE_HAS_PACE) when all the rest of the - files use #if defined (ACE_HAS_PACE). Changed mainly for - consistency. + Changed type #if (ACE_HAS_PACE) when all the rest of the + files use #if defined (ACE_HAS_PACE). Changed mainly for + consistency. Mon Aug 28 18:04:17 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/ace_lib.dsp: - * ace/ace_dll.dsp: + * ace/ace_lib.dsp: + * ace/ace_dll.dsp: - Added additional #include ../PACE search directories - to project settings. + Added additional #include ../PACE search directories + to project settings. Mon Aug 28 17:43:00 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/config-win32.h: + * ace/config-win32.h: - Added support for PACE and win32. + Added support for PACE and win32. - * ace/OS.h::2283 + * ace/OS.h::2283 - Altered code to support - #define ACE_HAS_PACE && #define WTHREADS. + Altered code to support + #define ACE_HAS_PACE && #define WTHREADS. Mon Aug 28 15:05:27 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de> - * ace/OS_Dirent.cpp: Changed a condition in readdir_emulation () - to query properly for an invalid file handle. Thanks to - Nir Drang <Nir@bandwiz.com> for reporting this. + * ace/OS_Dirent.cpp: Changed a condition in readdir_emulation () + to query properly for an invalid file handle. Thanks to + Nir Drang <Nir@bandwiz.com> for reporting this. Mon Aug 28 12:16:27 2000 Ossama Othman <ossama@uci.edu> - * ace/Makefile.am (libACE_OS_la_SOURCES, HEADER_FILES, - INLINE_FILES): + * ace/Makefile.am (libACE_OS_la_SOURCES, HEADER_FILES, + INLINE_FILES): - Added new Thread_{Adapter, Control, Exit, Hook} source files to - these make variables. + Added new Thread_{Adapter, Control, Exit, Hook} source files to + these make variables. Mon Aug 28 11:56:42 2000 Ossama Othman <ossama@uci.edu> - * configure.in (ACE_HAS_PENTIUM): + * configure.in (ACE_HAS_PENTIUM): - Only define this macro if the hardware is x86 *and* GNU C++ is - being used since the code enabled by this macro contains - assembler code specific to that compiler. - Reported by Rich Seibel <seibel_r@ociweb.com> + Only define this macro if the hardware is x86 *and* GNU C++ is + being used since the code enabled by this macro contains + assembler code specific to that compiler. + Reported by Rich Seibel <seibel_r@ociweb.com> Mon Aug 28 11:18:27 2000 Ossama Othman <ossama@uci.edu> - * ace/config-irix6.5.x-sgic++.h: + * ace/config-irix6.5.x-sgic++.h: - Configuration header for IRIX 6.5.x contributed by J. Russell - Noseworthy <j.russell.noseworthy@objectsciences.com>. [Bug 623] + Configuration header for IRIX 6.5.x contributed by J. Russell + Noseworthy <j.russell.noseworthy@objectsciences.com>. [Bug 623] Mon Aug 28 10:27:45 2000 Chad Elliott <elliott_c@ociweb.com> @@ -65,15 +70,15 @@ Mon Aug 28 10:27:45 2000 Chad Elliott <elliott_c@ociweb.com> Sat Aug 26 17:39:53 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/config-all.h: Added new ACE_CONST_WHEN_MUTABLE macro. - Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. + * ace/config-all.h: Added new ACE_CONST_WHEN_MUTABLE macro. + Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. - * ace/Logging_Strategy: Added support for more fine-grained - control over logging strategies and priorities. Thanks to - Martin Krumpolec <krumpo@pobox.sk> for reporting this. + * ace/Logging_Strategy: Added support for more fine-grained + control over logging strategies and priorities. Thanks to + Martin Krumpolec <krumpo@pobox.sk> for reporting this. - * ace: Improved the "const correctness" of many Reactor methods. - Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. + * ace: Improved the "const correctness" of many Reactor methods. + Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu> @@ -85,10 +90,10 @@ Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu> Sat Aug 26 12:00:18 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/Service_Repository.cpp: Modify the remove() method so that - it is "re-entrant" i.e., one can call it from other svc's fini() - called from remove(). Thanks to Martin Krumpolec - <krumpo@pobox.sk> for contributing this fix. + * ace/Service_Repository.cpp: Modify the remove() method so that + it is "re-entrant" i.e., one can call it from other svc's fini() + called from remove(). Thanks to Martin Krumpolec + <krumpo@pobox.sk> for contributing this fix. Fri Aug 25 18:09:04 2000 Carlos O'Ryan <coryan@uci.edu> diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 20d5c98a03d..5e52696b6d8 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,60 +1,65 @@ +Tue Aug 29 01:32:28 2000 Carlos O'Ryan <coryan@cs.wustl.edu> + + * ace/Logging_Strategy.h: + Add missing header file (Log_Msg.h) + Mon Aug 28 20:37:21 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/OS.i (rename): - * ace/OS.i (pipe): + * ace/OS.i (rename): + * ace/OS.i (pipe): - Changed type #if (ACE_HAS_PACE) when all the rest of the - files use #if defined (ACE_HAS_PACE). Changed mainly for - consistency. + Changed type #if (ACE_HAS_PACE) when all the rest of the + files use #if defined (ACE_HAS_PACE). Changed mainly for + consistency. Mon Aug 28 18:04:17 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/ace_lib.dsp: - * ace/ace_dll.dsp: + * ace/ace_lib.dsp: + * ace/ace_dll.dsp: - Added additional #include ../PACE search directories - to project settings. + Added additional #include ../PACE search directories + to project settings. Mon Aug 28 17:43:00 2000 Luther J Baker <luther@cs.wustl.edu> - * ace/config-win32.h: + * ace/config-win32.h: - Added support for PACE and win32. + Added support for PACE and win32. - * ace/OS.h::2283 + * ace/OS.h::2283 - Altered code to support - #define ACE_HAS_PACE && #define WTHREADS. + Altered code to support + #define ACE_HAS_PACE && #define WTHREADS. Mon Aug 28 15:05:27 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de> - * ace/OS_Dirent.cpp: Changed a condition in readdir_emulation () - to query properly for an invalid file handle. Thanks to - Nir Drang <Nir@bandwiz.com> for reporting this. + * ace/OS_Dirent.cpp: Changed a condition in readdir_emulation () + to query properly for an invalid file handle. Thanks to + Nir Drang <Nir@bandwiz.com> for reporting this. Mon Aug 28 12:16:27 2000 Ossama Othman <ossama@uci.edu> - * ace/Makefile.am (libACE_OS_la_SOURCES, HEADER_FILES, - INLINE_FILES): + * ace/Makefile.am (libACE_OS_la_SOURCES, HEADER_FILES, + INLINE_FILES): - Added new Thread_{Adapter, Control, Exit, Hook} source files to - these make variables. + Added new Thread_{Adapter, Control, Exit, Hook} source files to + these make variables. Mon Aug 28 11:56:42 2000 Ossama Othman <ossama@uci.edu> - * configure.in (ACE_HAS_PENTIUM): + * configure.in (ACE_HAS_PENTIUM): - Only define this macro if the hardware is x86 *and* GNU C++ is - being used since the code enabled by this macro contains - assembler code specific to that compiler. - Reported by Rich Seibel <seibel_r@ociweb.com> + Only define this macro if the hardware is x86 *and* GNU C++ is + being used since the code enabled by this macro contains + assembler code specific to that compiler. + Reported by Rich Seibel <seibel_r@ociweb.com> Mon Aug 28 11:18:27 2000 Ossama Othman <ossama@uci.edu> - * ace/config-irix6.5.x-sgic++.h: + * ace/config-irix6.5.x-sgic++.h: - Configuration header for IRIX 6.5.x contributed by J. Russell - Noseworthy <j.russell.noseworthy@objectsciences.com>. [Bug 623] + Configuration header for IRIX 6.5.x contributed by J. Russell + Noseworthy <j.russell.noseworthy@objectsciences.com>. [Bug 623] Mon Aug 28 10:27:45 2000 Chad Elliott <elliott_c@ociweb.com> @@ -65,15 +70,15 @@ Mon Aug 28 10:27:45 2000 Chad Elliott <elliott_c@ociweb.com> Sat Aug 26 17:39:53 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/config-all.h: Added new ACE_CONST_WHEN_MUTABLE macro. - Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. + * ace/config-all.h: Added new ACE_CONST_WHEN_MUTABLE macro. + Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. - * ace/Logging_Strategy: Added support for more fine-grained - control over logging strategies and priorities. Thanks to - Martin Krumpolec <krumpo@pobox.sk> for reporting this. + * ace/Logging_Strategy: Added support for more fine-grained + control over logging strategies and priorities. Thanks to + Martin Krumpolec <krumpo@pobox.sk> for reporting this. - * ace: Improved the "const correctness" of many Reactor methods. - Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. + * ace: Improved the "const correctness" of many Reactor methods. + Thanks to Edan Ayal <edan@bandwiz.com> for contributing this. Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu> @@ -85,10 +90,10 @@ Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu> Sat Aug 26 12:00:18 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/Service_Repository.cpp: Modify the remove() method so that - it is "re-entrant" i.e., one can call it from other svc's fini() - called from remove(). Thanks to Martin Krumpolec - <krumpo@pobox.sk> for contributing this fix. + * ace/Service_Repository.cpp: Modify the remove() method so that + it is "re-entrant" i.e., one can call it from other svc's fini() + called from remove(). Thanks to Martin Krumpolec + <krumpo@pobox.sk> for contributing this fix. Fri Aug 25 18:09:04 2000 Carlos O'Ryan <coryan@uci.edu> diff --git a/ace/Logging_Strategy.h b/ace/Logging_Strategy.h index 57e757c97c0..0544ecf571a 100644 --- a/ace/Logging_Strategy.h +++ b/ace/Logging_Strategy.h @@ -18,6 +18,7 @@ #define ACE_LOGGING_STRATEGY_H #include "ace/Service_Object.h" +#include "ace/Log_Msg.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once |