From a1322e0c75ff38401e95e481d90d46f449d5b1c2 Mon Sep 17 00:00:00 2001 From: bala Date: Sun, 14 Jul 2002 15:24:30 +0000 Subject: ChangeLogTag:Fri Jul 12 14:10:14 2002 Balachandran Natarajan --- TAO/tao/ChangeLog | 41 ++++++++++++++++++++++++++++------------- 1 file 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 - * 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. + + -- cgit v1.2.1