summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c0c3e0ef619..dfb2860a611 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,19 @@
+Thu Feb 7 22:49:48 UTC 2008 Ciju John <johnc at ociweb dot com>
+
+ * tao/Leader_Follower_Flushing_Strategy.cpp:
+ * tao/Reactive_Flushing_Strategy.cpp:
+ Check for timeout in flush_message and flush_transport API's. If
+ hit set errno appropriately and return -1, informing higher layer.
+
+ * tao/Strategies/DIOP_Transport.h:
+ * tao/Strategies/DIOP_Transport.cpp:
+ * tao/Strategies/SCIOP_Transport.h:
+ * tao/Strategies/SCIOP_Transport.cpp:
+ Chop out replicated code.
+
+ * tests/Oneway_Send_Timeouts/run_test.pl:
+ Extend test for reactive flushing.
+
Tue Feb 5 22:50:16 UTC 2008 Ciju John <johnc at ociweb dot com>
* tests/Oneway_Send_Timeouts/Client.h: