summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-28 23:31:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-28 23:31:27 +0000
commit2011599cafe9775821ac246ace3a84709f87642f (patch)
treeb3a03f829c9734ed1790a555f64b9697963ebc18
parent1cc04da8c369aef61ac9ed752f3d59bf761ec4c7 (diff)
downloadATCD-2011599cafe9775821ac246ace3a84709f87642f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b9
-rw-r--r--TAO/ChangeLog-99c15
2 files changed, 17 insertions, 7 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 39cd48e5b8c..2bd0abc19fd 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -2,7 +2,8 @@ Mon Jun 28 17:30:08 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.i (recvv): We must not passed a null pointer to <flags>
but a pointer pointing to a real flag. This fixed the
- SOCK_Send_Recv_Test failing on NT problem.
+ SOCK_Send_Recv_Test failing on NT problem. Thanks to Jody
+ Hagins <jody@atdesk.com> for reporting this.
Mon Jun 28 15:10:50 1999 Irfan Pyarali <irfan@cs.wustl.edu>
@@ -33,11 +34,15 @@ Mon Jun 28 09:32:59 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
various batch files. Thanks to John Tucker
<jtucker@infoglide.com> for this test.
+ * ace/Map_Manager.i: Added an ACE_const_cast to the lock_ used
+ in the newly const total_size() and current_size() methods.
+
* ace/Map_T,
* ace/Map_Manager,
* ace/Cache_Map_Manager_T,
+ * ace/Active_Map_Manager_T,
* ace/Hash_Map_Manager_T: The current_size() and total_size() methods
- should be const...
+ must be const.
* ace/OS.i: Fixed a type inconsistency where wchar_t should have been
char and added a missing ';'.
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 7004df06689..c4476773344 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,10 +1,15 @@
+]Mon Jun 28 18:24:52 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * examples/README: Updated this to describe all the examples.
+
Mon Jun 28 18:06:20 1999 Fred Kuhns <fredk@cs.wustl.edu>
- * Commited fixes for type codes in IOR exceptions
- IORS.cpp and IORC.cpp
-
+
+ * tao: Commited fixes for type codes in IOR exceptions
+ IORS.cpp and IORC.cpp
+
Mon Jun 28 18:04:54 1999 Fred Kuhns <fredk@cs.wustl.edu>
- * Added test for IORManipultion
- TAO/tests/IORManipultion
+
+ * TAO/tests/IORManipultion: Added test for IORManipultion.
Mon Jun 28 17:50:19 1999 Jeff Parsons <parsons@cs.wustl.edu>