summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 16:54:42 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 16:54:42 +0000
commitfd2082062b20295d15c930b46cc42d93a066bec2 (patch)
tree5c175b1ca40087cb4aae42d098c44fe07e7c2144
parent28c40fd85078d32da4fd3972ca0e7cfa6a19fa20 (diff)
downloadATCD-fd2082062b20295d15c930b46cc42d93a066bec2.tar.gz
adding DS library
-rw-r--r--TAO/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 767a14246a4..c379128364b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,21 @@
+Fri Feb 16 16:51:38 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
+
+ * tao/ORB_Core.h:
+ * tao/ORB_Core.cpp:
+ * tao/ORB_Core.inl:
+
+ Since a new type of protocols hooks was added as part of the
+ TAO DiffServ policy support, the ORB core files are modified to
+ instantiate the new type of protocols hooks, if the application
+ uses the DiffServ library.
+
+ Get and set methods are added to return the new type of protocols
+ hooks.
+
+ Modified the service_context_list () to add DiffServ policy specific
+ service context entry, just like how the method adds RTCORBA policy
+ specific service context entry.
+
Fri Feb 16 16:50:00 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
* tao/tao.mpc: