summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 16:48:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 16:48:10 +0000
commit80780d61b4f73abd7d865d5f9ed695c1fbfc463c (patch)
tree209a75ed31d7bb9b6b257f431100eed4b240142e
parent8bc3e0f1cec5ec630a28f767fd4caab760ca875e (diff)
downloadATCD-80780d61b4f73abd7d865d5f9ed695c1fbfc463c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a2
-rw-r--r--TAO/ChangeLog-98c9
-rw-r--r--ace/README1
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index b19ab3b4fe7..11c50e25687 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -15,6 +15,8 @@ Wed Mar 18 09:22:13 1998 David L. Levine <levine@cs.wustl.edu>
* tests/Priority_Buffer_Test.cpp (consumer): added no-op statement
to suppress GHS warning about unused local variable "cur_priority".
+ * ace/README: removed ACE_HAS_BOOL. It was unused.
+
Tue Mar 17 23:53:56 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* examples/Threads/task_five.cpp (main): Reformatted Detlef's new
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index f1a2b79c9bf..e2748d33809 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -11,6 +11,15 @@ Wed Mar 18 07:18:08 1998 David L. Levine <levine@cs.wustl.edu>
* tao/typecode.cpp (private_equal): wrapped a break with
ACE_NOTREACHED.
+ * tao/corbacom.h: changed CORBA_Boolean to u_char. Thanks
+ to Seth and Carlos for pointing out that this will conform
+ to the standard.
+
+ * tao/cdr.i: removed operator <</>> for CORBA::Boolean _with_
+ ACE_HAS_BOOL. No ACE platform currently #defines ACE_HAS_BOOL,
+ and this will prevent divergence of TAO code if any do in the
+ future.
+
Wed Mar 18 02:08:55 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/Param_Test/client.cpp (~Param_Test_Client): Removed
diff --git a/ace/README b/ace/README
index 396ed5e832c..08eaf60ab60 100644
--- a/ace/README
+++ b/ace/README
@@ -16,7 +16,6 @@ Macro Description
----- -----------
ACE_HAS_ANSI_CASTS Platform supports new C++ style casts (dynamic_cast, static_cast, reinterpret_cast and const_cast)
-ACE_HAS_BOOL Compiler has built-in bool type.
ACE_DEFAULT_THREAD_KEYS Number of TSS keys, with ACE_HAS_TSS_EMULATION _only_. Defaults to 64.
ACE_THREADS_DONT_INHERIT_LOG_MSG Specify this if you don't want threads to inherit parent thread's ACE_Log_Msg properties.
ACE_HAS_RECV_TIMEDWAIT Platform has the MIT pthreads APIs for