summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-31 22:46:33 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-31 22:46:33 +0000
commitcb01bb70adcdcc67901bc510f91799653a274236 (patch)
treeaf91bef3156505b93447182251cdfbec363b79f8
parentcafc0a6df38a5802e33d0f08920c21af3af2d8b2 (diff)
downloadATCD-cb01bb70adcdcc67901bc510f91799653a274236.tar.gz
* tao/Stub.cpp:
Made a change in do_dynamic_call() in the case where the 'return' Any contains only a message block. This was one of those 'how did this code ever work?' situations, but it's possible that this branch had never been tested. After making this small mod, I saw a way to eliminate two CDR stream constructions (I think). I left the original code (with the small fix) commented out, so it can be quickly restored if anyone sees something I missed or if there are resulting problems. This fixes a problem reported by Dale/Christine Wood" <dale_wood@Mitel.COM>.
-rw-r--r--TAO/ChangeLog-99c14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 2503a747ba5..a49dd8abaa7 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,17 @@
+Mon May 31 17:45:56 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Stub.cpp:
+ Made a change in do_dynamic_call() in the case where the
+ 'return' Any contains only a message block. This was one
+ of those 'how did this code ever work?' situations, but
+ it's possible that this branch had never been tested.
+ After making this small mod, I saw a way to eliminate
+ two CDR stream constructions (I think). I left the
+ original code (with the small fix) commented out, so it
+ can be quickly restored if anyone sees something I
+ missed or if there are resulting problems. This fixes a
+ problem reported by Dale/Christine Wood" <dale_wood@Mitel.COM>.
+
Mon May 31 17:35:51 1999 Ossama Othman <othman@cs.wustl.edu>
* docs/Options.html: