summaryrefslogtreecommitdiff
path: root/TAO/tao/ChangeLog
blob: fa198b7dc0bab5ce76a22341835f8b600fa47832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Fri Jul 12 14:10:14 2002   Balachandran Natarajan  <bala@cs.wustl.edu>

	* 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.