summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 03:10:16 +0000
committersbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 03:10:16 +0000
commit5e17ca71fc1b3b3bbd69a45704abc055688dd2c3 (patch)
treeb4d8c0f3c6ed569d2f1f27adef2be0e8336c84f5
parentbb91ac009878590e276ded4553fa2e7bd97c758f (diff)
downloadATCD-5e17ca71fc1b3b3bbd69a45704abc055688dd2c3.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 419d7b1883a..c14852856cd 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,15 @@
+1998-10-26 Seth Widoff <swidoff@cs.cmu.edu>
+
+ * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
+ * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
+ In an effort to be efficient, in certain methods I was stealing
+ sequence buffers from 'in' parameters that would have otherwise
+ needed to have been copied. However, this doesn't work in the
+ colocated case, since those 'in' parameters are passed directly
+ rather than copied over the wire. This was causing the the trader's
+ colocated_test to fail. Thanks to Jim Penny
+ <jpenny@universal-fasteners.com> for reporting this.
+
Mon Oct 26 18:53:49 1998 Jeff Parsons <jp4@cs.wustl.edu>
* TAO/performance-tests/Cubit/TAO/IDL_Cubit/README: