summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-27 07:40:22 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-27 07:40:22 +0000
commit6394ea85e376c063a847329d1d826593d8038e58 (patch)
tree46268924939cca0c831838ef283cd6fb0545cde3
parentfcd874d40313a711f958f55d1e9ecea03e730a5b (diff)
downloadATCD-6394ea85e376c063a847329d1d826593d8038e58.tar.gz
ChangeLogTag: Fri Aug 27 09:37:04 2001 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog26
-rw-r--r--ChangeLogs/ChangeLog-02a26
-rw-r--r--ChangeLogs/ChangeLog-03a26
-rw-r--r--examples/Makefile.bor1
-rw-r--r--examples/NT_Service/Makefile.bor19
5 files changed, 68 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 587b1c07048..36d2074aedf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,24 +1,30 @@
+Mon Aug 27 09:39:12 2001 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Makefile.bor:
+ * examples/NT_Service/Makefile.bor
+ Added BCB makefile for this example
+
Sun Aug 26 22:08:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.i: Reordered methods to fix warnings in TRU 64
- builds.
+ builds.
Sun Aug 26 20:50:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/SSL/SSL_SOCK_Stream.i: Fixed a warning (hopefully) in
Borland builds. The warning was because a temporary variable was
- created.
-
+ created.
+
Sun Aug 26 20:45:24 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/MEM_Stream_Test.cpp: Fixed a unused variable warning in
- Borland.
+ Borland.
Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* tests/test_config.h: Added a new ACE_CLOSE_TEST_LOG macro. Thanks to
Edan for this.
-
+
Sun Aug 26 09:07:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.cpp: Fixed a compile error with SunCC4.2
@@ -32,17 +38,17 @@ Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* tests/Logging_Strategy_Test.cpp: Applied the following fixes from
Edan:
-
+
- Included ace/Logging_Strategy.h
- Addition of -w switch to enable initial wipeout of logfile
- Removal of the redundant ACE_LOG_MSG->open()
- Explicitly close the previous log before applying the changes to the
ACE_LOG_MSG
- Moved remove_files() call higher, just before logfile close
-
+
* ace/Logging_Strategy.{h,cpp}: Added the following fixes from
Edan Ayal:
-
+
- Logging_Strategy now supports any ACE_Log_Msg, not just the
ACE_LOG_MSG singleton.
- Added a check for success (ios::goodbit) of new ofstream
@@ -50,12 +56,12 @@ Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- Changed default values for max_size and interval. Now the
default interval is 10 minutes (instead of 0) and the default
log file size is 0 (was 16K). The timer is now activated only
- if both are non-zero.
+ if both are non-zero.
- Added a mutator to set the ACE_Log_Msg to work with, and a
member variable
- Added definition for ACE_DEFAULT_LOGFILE_POLL_INTERVAL
- Removed definition of ACE_DEFAULT_MAX_LOGFILE_SIZE
-
+
* ace/Log_Record.{h,cpp}: Enhanced this implementation to (1)
be consistent with recent changes to Log_Msg.h and (2) to
replace problematic use of strncpy(). Thanks to Alain
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 587b1c07048..36d2074aedf 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,24 +1,30 @@
+Mon Aug 27 09:39:12 2001 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Makefile.bor:
+ * examples/NT_Service/Makefile.bor
+ Added BCB makefile for this example
+
Sun Aug 26 22:08:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.i: Reordered methods to fix warnings in TRU 64
- builds.
+ builds.
Sun Aug 26 20:50:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/SSL/SSL_SOCK_Stream.i: Fixed a warning (hopefully) in
Borland builds. The warning was because a temporary variable was
- created.
-
+ created.
+
Sun Aug 26 20:45:24 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/MEM_Stream_Test.cpp: Fixed a unused variable warning in
- Borland.
+ Borland.
Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* tests/test_config.h: Added a new ACE_CLOSE_TEST_LOG macro. Thanks to
Edan for this.
-
+
Sun Aug 26 09:07:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.cpp: Fixed a compile error with SunCC4.2
@@ -32,17 +38,17 @@ Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* tests/Logging_Strategy_Test.cpp: Applied the following fixes from
Edan:
-
+
- Included ace/Logging_Strategy.h
- Addition of -w switch to enable initial wipeout of logfile
- Removal of the redundant ACE_LOG_MSG->open()
- Explicitly close the previous log before applying the changes to the
ACE_LOG_MSG
- Moved remove_files() call higher, just before logfile close
-
+
* ace/Logging_Strategy.{h,cpp}: Added the following fixes from
Edan Ayal:
-
+
- Logging_Strategy now supports any ACE_Log_Msg, not just the
ACE_LOG_MSG singleton.
- Added a check for success (ios::goodbit) of new ofstream
@@ -50,12 +56,12 @@ Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- Changed default values for max_size and interval. Now the
default interval is 10 minutes (instead of 0) and the default
log file size is 0 (was 16K). The timer is now activated only
- if both are non-zero.
+ if both are non-zero.
- Added a mutator to set the ACE_Log_Msg to work with, and a
member variable
- Added definition for ACE_DEFAULT_LOGFILE_POLL_INTERVAL
- Removed definition of ACE_DEFAULT_MAX_LOGFILE_SIZE
-
+
* ace/Log_Record.{h,cpp}: Enhanced this implementation to (1)
be consistent with recent changes to Log_Msg.h and (2) to
replace problematic use of strncpy(). Thanks to Alain
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 587b1c07048..36d2074aedf 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,24 +1,30 @@
+Mon Aug 27 09:39:12 2001 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Makefile.bor:
+ * examples/NT_Service/Makefile.bor
+ Added BCB makefile for this example
+
Sun Aug 26 22:08:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.i: Reordered methods to fix warnings in TRU 64
- builds.
+ builds.
Sun Aug 26 20:50:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/SSL/SSL_SOCK_Stream.i: Fixed a warning (hopefully) in
Borland builds. The warning was because a temporary variable was
- created.
-
+ created.
+
Sun Aug 26 20:45:24 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/MEM_Stream_Test.cpp: Fixed a unused variable warning in
- Borland.
+ Borland.
Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* tests/test_config.h: Added a new ACE_CLOSE_TEST_LOG macro. Thanks to
Edan for this.
-
+
Sun Aug 26 09:07:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.cpp: Fixed a compile error with SunCC4.2
@@ -32,17 +38,17 @@ Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* tests/Logging_Strategy_Test.cpp: Applied the following fixes from
Edan:
-
+
- Included ace/Logging_Strategy.h
- Addition of -w switch to enable initial wipeout of logfile
- Removal of the redundant ACE_LOG_MSG->open()
- Explicitly close the previous log before applying the changes to the
ACE_LOG_MSG
- Moved remove_files() call higher, just before logfile close
-
+
* ace/Logging_Strategy.{h,cpp}: Added the following fixes from
Edan Ayal:
-
+
- Logging_Strategy now supports any ACE_Log_Msg, not just the
ACE_LOG_MSG singleton.
- Added a check for success (ios::goodbit) of new ofstream
@@ -50,12 +56,12 @@ Sun Aug 26 08:13:12 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- Changed default values for max_size and interval. Now the
default interval is 10 minutes (instead of 0) and the default
log file size is 0 (was 16K). The timer is now activated only
- if both are non-zero.
+ if both are non-zero.
- Added a mutator to set the ACE_Log_Msg to work with, and a
member variable
- Added definition for ACE_DEFAULT_LOGFILE_POLL_INTERVAL
- Removed definition of ACE_DEFAULT_MAX_LOGFILE_SIZE
-
+
* ace/Log_Record.{h,cpp}: Enhanced this implementation to (1)
be consistent with recent changes to Log_Msg.h and (2) to
replace problematic use of strncpy(). Thanks to Alain
diff --git a/examples/Makefile.bor b/examples/Makefile.bor
index 0d96f979722..92f1e1b9d1e 100644
--- a/examples/Makefile.bor
+++ b/examples/Makefile.bor
@@ -9,6 +9,7 @@ DIRS = \
Mem_Map \
Misc \
Naming \
+ NT_Service \
Reactor \
Registry \
RMCast \
diff --git a/examples/NT_Service/Makefile.bor b/examples/NT_Service/Makefile.bor
new file mode 100644
index 00000000000..a754d2cfac7
--- /dev/null
+++ b/examples/NT_Service/Makefile.bor
@@ -0,0 +1,19 @@
+#
+# Makefile for building the NT_Service ace examples
+#
+
+NAME = NT_Service
+
+OBJFILES = \
+ $(OBJDIR)\main.obj \
+ $(OBJDIR)\ntsvc.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB)
+
+CPPDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>