summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2005-02-07 21:05:19 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2005-02-07 21:05:19 +0000
commitc397b534955e53bec999734fbbc33436fc1a56ca (patch)
tree0753bd8e121835b79559f5e6f1cc2c7e57b12c4b
parent6e0189583c233bd510520ec65c7ee9316948b53c (diff)
downloadATCD-c397b534955e53bec999734fbbc33436fc1a56ca.tar.gz
Mon Feb 7 13:24:23 2005 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7e4d04801f1..a1ed5f29d2c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Mon Feb 7 13:24:23 2005 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tao/Remote_Invocation.cpp:
+ * tao/Transport.cpp:
+ * tao/Transport.h:
+
+ In order to ensure that request headers are not translated, I
+ added a new transport method, clear_translators() that is called
+ by TAO_Remote_Invocation::write_header. This is necesssary to
+ avoid problems brought on by reusing CDR streams.
+
Mon Feb 7 08:49:46 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/orbsvcs/Log/LogRecordStore.cpp:
@@ -10,9 +21,9 @@ Mon Feb 7 08:49:46 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/DynamicAny/DynSequence_i.cpp:
* tao/DynamicAny/DynStruct_i.cpp:
* tao/DynamicAny/DynUnion_i.cpp:
-
+
Fixed various minor problems overlooked in
-
+
Sun Feb 6 19:46:23 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Mon Feb 7 14:45:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>