summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-06 01:50:56 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-06 01:50:56 +0000
commitf952fc21115b75f673e1a809d8126cace8f8a836 (patch)
treeecd944d08ae3927e0b0f387bf33257d37a0a9763 /ChangeLog
parentadbc995add4c0b6caed2a401bb9a9fdf0cbff4f0 (diff)
downloadATCD-f952fc21115b75f673e1a809d8126cace8f8a836.tar.gz
ChangeLogTag: Wed Sep 5 20:38:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
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>