summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-06 12:27:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-06 12:27:58 +0000
commit625f209b0a539a075de6f96a1f9d84629bc364dd (patch)
treeb545155a25509b1091b429f8aecb8c5056557682
parentec5ce9da0dc39574a611f7211ce51f6f5be22b33 (diff)
downloadATCD-625f209b0a539a075de6f96a1f9d84629bc364dd.tar.gz
ChangeLogTag: Mon Sep 06 07:25:01 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog-99b41
-rw-r--r--ace/OS.h2
2 files changed, 25 insertions, 18 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index c4bd38e9dff..567a1128fe9 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,34 +1,41 @@
+Mon Sep 06 07:25:01 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/OS.h: added ACE_Export to ACE_OS_Exit_Info class
+ declaration. It shouldn't be necessary, but
+ Dmitry Goldshtain <Goldshtain@bank.gov.ua> reports that
+ Builder 4 needs it.
+
Mon Sep 06 03:31:34 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * tests/Signal_Test.cpp (run_test): Removed a redundant use of
- ACE_UNUSED_ARG (synchronous_signal_handler). Thanks to KCC 3.3e
- for pointing this out.
+ * tests/Signal_Test.cpp (run_test): Removed a redundant use of
+ ACE_UNUSED_ARG (synchronous_signal_handler). Thanks to KCC 3.3e
+ for pointing this out.
Mon Sep 6 01:03:03 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/Threads/Makefile (BIN): Added process_manager.cpp
- back into the list of programs that get built automagically.
+ * examples/Threads/Makefile (BIN): Added process_manager.cpp
+ back into the list of programs that get built automagically.
* ace/Process_Manager: Added some new patches from Dave Madden
- <dhm@mersenne.com> that continue to improve the
- ACE_Process_Manager and make it portable between NT and UNIX.
+ <dhm@mersenne.com> that continue to improve the
+ ACE_Process_Manager and make it portable between NT and UNIX.
- * examples/Threads: Readded process_manager.cpp now that
- Dave Madden <dhm@mersenne.com> has updated it.
+ * examples/Threads: Readded process_manager.cpp now that
+ Dave Madden <dhm@mersenne.com> has updated it.
Sun Sep 05 23:52:16 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/OS.h (WIFEXITED,WEXITSTATUS): On platforms that do not
- define these macros, we should always assume the child process
- exit properly because the return status does not tell us how the
- process exited. Likewise, the WEXITSTATUS macro should simply
- return the status we got from ACE_OS::wait because it only
- contains the exit status of child process.
+ * ace/OS.h (WIFEXITED,WEXITSTATUS): On platforms that do not
+ define these macros, we should always assume the child process
+ exit properly because the return status does not tell us how the
+ process exited. Likewise, the WEXITSTATUS macro should simply
+ return the status we got from ACE_OS::wait because it only
+ contains the exit status of child process.
Sun Sep 5 23:40:25 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/QOS: Continued to improve the coding style so it'll
- look like normal "ACE" code.
+ * examples/QOS: Continued to improve the coding style so it'll
+ look like normal "ACE" code.
Sun Sep 05 21:32:40 1999 David L. Levine <levine@cs.wustl.edu>
diff --git a/ace/OS.h b/ace/OS.h
index ab8a95d7560..fffc274448e 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -4709,7 +4709,7 @@ public:
class ACE_Cleanup_Info_Node;
-class ACE_OS_Exit_Info
+class ACE_Export ACE_OS_Exit_Info
{
// = TITLE
// Hold Object Manager cleanup (exit) information.