summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 08:08:18 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 08:08:18 +0000
commitec03e4d42f44fc1a91e0e90f220dfe1f5a4a1f9d (patch)
treece996c4f842b0afc54e441621502b54ba6313775
parent9b6545cfbc0a3dad498ce6e8ceb45498a933b962 (diff)
downloadATCD-ec03e4d42f44fc1a91e0e90f220dfe1f5a4a1f9d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index be3a7566dd3..d03ed7f2b85 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,22 @@
+Fri Apr 10 02:42:35 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/OS.{h,cpp} (ACE_CE_Bridge): This new class bridges
+ a text-based ACE programs with a default window that prints out
+ the default ACE_Log_Msg output.
+
+ CE always uses non-static object manager and we replace the
+ original main function with a well know entry that the main
+ window program can call back from to invoke the ACE program in a
+ separate thread.
+
+ * ace/Log_Record.{h,cpp}: Added support for passing strings as
+ windows messages.
+
+ * ace/Log_Msg.cpp (log): Specialized CE support.
+
+ * windoezCE: The template windows program that receives ACE
+ messages. See CE-Status or README file for more info.
+
Fri Apr 10 00:41:23 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* tests/Reactor_Exception_Test: Tidied the test up a bit. Thanks