summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-27 22:56:40 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-27 22:56:40 +0000
commit145614b5633cd5155b8cafd10e51f13b476784ad (patch)
tree9b821293a8b10263ae7755e4c553287ceac2ca3f
parent247a0c128880f51d584eb39328dbd0113d9c1bcb (diff)
downloadATCD-145614b5633cd5155b8cafd10e51f13b476784ad.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index cbe3904f28a..68bf7702101 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,5 +1,33 @@
+Thu May 27 17:53:39 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ Fixed the problem with making Nested Upcalls. Got the
+ /test/NestedUpcall/Reactor test to work with <Wait_On_Reactor>
+ strategy.
+
+ * tao/Connect.cpp
+ * tao/GIOP.cpp
+ * tao/IIOP_Transport.cpp
+ * tao/IIOP_Transport.h
+ * tao/Invocation.cpp
+ * tao/Pluggable.cpp
+ * tao/Pluggable.h
+ * tao/Reply_Dispatcher.cpp
+ * tao/Request_Mux_Strategy.cpp
+ * tao/default_client.cpp
+ * tao/Wait_Strategy.cpp:
+
+
Tue May 25 17:38:03 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ Took over another strategy (MT) from the connection handlers on
+ to the Wait Strategies. Got tht MT-Client test to work with the
+ new architecture.
+
+ * tao/Connect.cpp
+ * tao/Connect.h
+ Removed MT connection handler.
+
+
* tests/MT_Client/simple-client.cpp: Simple version of
client.cpp.
* tests/MT_Client/MT-client.cpp: MT version of the above. But no