summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-07-04 23:40:11 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-07-04 23:40:11 +0000
commit81b76baaa659a8c569cae6d5ab539ca2a372ece1 (patch)
treec33fb3592e2491b43eca1a351c2eac471e908f21
parent2bd3a75f7563c91a58fd56be6281aefb5b8f95d8 (diff)
downloadATCD-81b76baaa659a8c569cae6d5ab539ca2a372ece1.tar.gz
ChangeLogTag:Wed Jul 4 16:21:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog_bug_57519
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog_bug_575 b/TAO/ChangeLog_bug_575
index 4316e44b620..728def9b351 100644
--- a/TAO/ChangeLog_bug_575
+++ b/TAO/ChangeLog_bug_575
@@ -1,5 +1,24 @@
Wed Jul 4 16:21:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+ * tao/GIOP_Message_State.inl (reset):
+ * tao/GIOP_Message_State.h:
+ * tao/GIOP_Message_State.cpp:
+ * tao/GIOP_Message_Base.h:
+ * tao/GIOP_Message_Base.cpp:
+ * tao/GIOP_Message_Base.inl:
+ * tao/Incoming_Message_Queue.cpp:
+ * tao/Pluggable_Messaging.h:
+ * tao/Pluggable_Messaging.cpp: Added documentation.
+
+ * tao/Transport.h:
+ * tao/Transport.cpp: Fixed a minor bug. In consolidate_message ()
+ we were not checking the queue before processing the message on
+ hand. Now we check the queue and process the head of the queue
+ if it is not empty. In the process we add the message on hand in
+ the queue.
+
+Wed Jul 4 16:21:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
* tao/IIOP_Transport.cpp: Removed the connection_closed () from
the recv_i () call.