summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 03:59:41 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 03:59:41 +0000
commite2c55eb59cfeb62ecf7603b51b6af1ee9b9f008e (patch)
treeec82bd70eb33a561ef031c66c9337ff7fb36dd66
parent26add143442ceb66dae7a1af96b61d647edc7143 (diff)
downloadATCD-e2c55eb59cfeb62ecf7603b51b6af1ee9b9f008e.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 94b23105fec..8424d9d9c56 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,18 @@
+Mon Jul 12 22:55:55 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * tao/GIOP.cpp
+ * tao/GIOP.h
+ * tao/IIOP_Connect.cpp
+ * tao/IIOP_Connect.h
+ * tao/UIOP_Connect.cpp
+ * tao/UIOP_Connect.h
+ Successfully finished implementing the Muxed Transport
+ implementation, but still single threaded. The cool thing is
+ that the NestedUpcall also works on the Muxed Transport
+ case. Needed to make some changes on the Server Connection
+ Handler also, so that it resets the message state before making
+ the upcall. We steal the CDR from there on the stack.
+
Sun Jul 11 14:45:31 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* tao/Wait_Strategy.cpp