diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-09-06 01:50:56 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-09-06 01:50:56 +0000 |
commit | f952fc21115b75f673e1a809d8126cace8f8a836 (patch) | |
tree | ecd944d08ae3927e0b0f387bf33257d37a0a9763 /ChangeLog | |
parent | adbc995add4c0b6caed2a401bb9a9fdf0cbff4f0 (diff) | |
download | ATCD-f952fc21115b75f673e1a809d8126cace8f8a836.tar.gz |
ChangeLogTag: Wed Sep 5 20:38:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index c2935aa5d55..458bfae0821 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,30 @@ +Wed Sep 5 20:38:10 2001 Balachandran Natarajan <bala@cs.wustl.edu> + + * ace/OS.h: + * ace/OS.i: + * ace/QoS/QoS_Session_Impl.cpp: + * ace/QoS/QoS_Session.h: Reverted the change "Wed Sep 5 18:58:00 + 2001 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>". The change + broke builds. Further there was no reason why the QoS + information should come inside OS.* files. Talk about increasing + foot print. + Wed Sep 5 18:58:00 2001 Yamuna Krishnamurthy <yamuna@cs.wustl.edu> * ace/QoS/QoS_Session.h: * ace/QoS/QoS_Session_Impl.h: * ace/QoS/QoS_Session_Impl.cpp: - Added rapi_sender and rapi_reserve calls with null tspec and flow spec respectively to facilitate the tearing down of PATH and RESV messages. + Added rapi_sender and rapi_reserve calls with null tspec and + flow spec respectively to facilitate the tearing down of PATH + and RESV messages. * ace/OS.h: * ace/OS.i: - Changed the sending_flowspec_ and receiving_flowspec_ members of the ACE_QoS class to pointers so they can be initialized to null flow specs. + Changed the sending_flowspec_ and receiving_flowspec_ members of + the ACE_QoS class to pointers so they can be initialized to null + flow specs. Wed Sep 5 16:50:03 2001 Balachandran Natarajan <bala@cs.wustl.edu> |