summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-14 15:24:30 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-14 15:24:30 +0000
commita1322e0c75ff38401e95e481d90d46f449d5b1c2 (patch)
treed13e16bb715598a2b79fe1469372249a90cd9f5c
parentc0a0f2bd0a456f2734b187bd26f29812464908f2 (diff)
downloadATCD-a1322e0c75ff38401e95e481d90d46f449d5b1c2.tar.gz
ChangeLogTag:Fri Jul 12 14:10:14 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/tao/ChangeLog41
1 files changed, 28 insertions, 13 deletions
diff --git a/TAO/tao/ChangeLog b/TAO/tao/ChangeLog
index 248048a0ea9..fa198b7dc0b 100644
--- a/TAO/tao/ChangeLog
+++ b/TAO/tao/ChangeLog
@@ -1,15 +1,30 @@
Fri Jul 12 14:10:14 2002 Balachandran Natarajan <bala@cs.wustl.edu>
- * M Asynch_Queued_Message.cpp
-M Asynch_Queued_Message.h
-M IIOP_Transport.cpp
-M Invocation.cpp
-M Invocation.h
-M Queued_Message.h
-M Synch_Queued_Message.cpp
-M Synch_Queued_Message.h
-M Transport.cpp
-M Transport.h
-M Strategies/DIOP_Transport.cpp
-M Strategies/SHMIOP_Transport.cpp
-M Strategies/UIOP_Transport.cpp
+ * tao/Transport.h:
+ * tao/Transport.cpp:
+ - Added a new enum enumerating the different message types
+ recognised within the ORB.
+
+ - Added two new methods send_reply_message_i () and
+ send_synch_message_helper_i (). The method
+ send_reply_message_i () seperates the path of the reply
+ message from the send_synchronous_message_i () method. The
+ method send_synch_message_helper_i () is a helper method
+ containing common code for the request and reply paths.
+
+ - The methods, send_message (), send_message_shared () and
+ send_message_shared_i () had a variable named
+ is_synchronous. The variable name has been changed to reflect
+ the right usage.
+
+ * tao/IIOP_Transport.cpp:
+ * tao/Strategies/DIOP_Transport.cpp:
+ * tao/Strategies/SHMIOP_Transport.cpp:
+ * tao/Strategies/UIOP_Transport.cpp: The variable names
+ is_synchronous was changed to reflect the usage.
+
+ * tao/Invocation.cpp:
+ * tao/Invocation.h: Instead of calling invoke () with a magic
+ number, used the enumeration defined in Transport.h.
+
+