summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 00:43:55 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 00:43:55 +0000
commit0c8a939f91872e48a9bdea1f65c46e0bdd1e9048 (patch)
tree9d8b9dfeb2c972be4a0c6cd9eef43c9ed7d927cf
parent496a25f28e80eefa0360e06a0fcdf3f16c51e318 (diff)
downloadATCD-0c8a939f91872e48a9bdea1f65c46e0bdd1e9048.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b20
-rw-r--r--TAO/ChangeLog-98c44
2 files changed, 29 insertions, 35 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 4f9424269d2..0f0379e191b 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -81,17 +81,15 @@ Tue Oct 13 22:40:40 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* ace/Message_Block_T.i:
* ace/Message_Block_T.cpp:
Added a new variant of the ACE_Data_Block class that holds an
- instance of its locking strategy, this is useful because in some
- cases the lifetime of the lock is tied to the lifetime of the
- Data_Block itself.
- The Message_Block class was carefullly modified to support this
- new feature, i.e. it does not hold a lock while removing the
- data block because the hold may be part of the data block
- itself.
- Still all the features in the Message_Blocks are supported, for
- instance, a complete Message_Block chain ca be destroyed while
- holding a single lock, shared by all the Data_Blocks in the
- chain.
+ instance of its locking strategy, this is useful because in some
+ cases the lifetime of the lock is tied to the lifetime of the
+ Data_Block itself. The Message_Block class was carefullly
+ modified to support this new feature, i.e. it does not hold a
+ lock while removing the data block because the hold may be part
+ of the data block itself. Still all the features in the
+ Message_Blocks are supported, for instance, a complete
+ Message_Block chain ca be destroyed while holding a single lock,
+ shared by all the Data_Blocks in the chain.
Tue Oct 13 22:39:42 1998 David L. Levine <levine@cs.wustl.edu>
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 31396e2b801..38233104980 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -8,9 +8,6 @@ Wed Oct 14 18:35:26 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
Supplier.cpp Supplier.h consumer.cpp notifier.cpp supplier.cpp
Renamed and added above files.
- Also, an Event Handling mechanism has been added to the consumer.
-
-Wed Oct 14 18:25:52 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* TAO/examples/Callback_Quoter/
Client_i.cpp Consumer.dsp Consumer.idl Consumer_i.cpp
@@ -21,7 +18,6 @@ Wed Oct 14 18:25:52 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
Removed these files.
-
Wed Oct 14 12:05:37 1998 Matthew J Braun <mjb2@cec.wustl.edu>
* tests/Param_Test/ub_struct_seq.h
@@ -51,22 +47,22 @@ Wed Oct 14 00:42:25 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Tue Oct 13 23:03:24 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/ORB_Core.h:
- * tao/ORB_Core.i:
- * tao/ORB_Core.cpp:
- * tao/Invocation.i:
- * tao/Connect.cpp:
- * tao/CDR.h:
- * tao/CDR.cpp:
- The input CDR can be created using a user provided data block,
- this is used to select the right kind of locking for the
- Data_Block reference count.
- The ORB_Core acts as a Factory of Data_Blocks, selecting the
- right type according to the -ORBinputcdrallocator option.
-
- * orbsvcs/Event_Service/svc.conf:
- Use the appropiate allocator for the EC, because it shares the
- CDR buffers between several threads (to minimize data copying).
+ * tao/ORB_Core.h:
+ * tao/ORB_Core.i:
+ * tao/ORB_Core.cpp:
+ * tao/Invocation.i:
+ * tao/Connect.cpp:
+ * tao/CDR.h:
+ * tao/CDR.cpp:
+ The input CDR can be created using a user provided data block,
+ this is used to select the right kind of locking for the
+ Data_Block reference count. The ORB_Core acts as a Factory of
+ Data_Blocks, selecting the right type according to the
+ -ORBinputcdrallocator option.
+
+ * orbsvcs/Event_Service/svc.conf:
+ Use the appropiate allocator for the EC, because it shares the
+ CDR buffers between several threads (to minimize data copying).
Tue Oct 13 22:15:53 1998 Irfan Pyarali <irfan@cs.wustl.edu>
@@ -81,10 +77,10 @@ Tue Oct 13 22:15:53 1998 Irfan Pyarali <irfan@cs.wustl.edu>
Tue Oct 13 17:04:15 1998 Jeff Parsons <jp4@cs.wustl.edu>
* tao/Any.cpp: Modified copy constructor and assignment operator
- to avoid encoding the value of the source Any when it is 0
- (which it is if the Any was constructed from just a
- typecode. Perhaps this sequence of calls should never be made,
- but this guards against it anyway.
+ to avoid encoding the value of the source Any when it is 0
+ (which it is if the Any was constructed from just a typecode).
+ Perhaps this sequence of calls should never be made, but this
+ guards against it anyway.
Tue Oct 13 10:51:10 1998 Carlos O'Ryan <coryan@cs.wustl.edu>