summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 17:59:04 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 17:59:04 +0000
commit80cb986ae1def3bdb21554d8fd304290c27e78f0 (patch)
tree29becb4c56b6247eca9d98edd3af768be50b1a39
parent1d1192b2afd7f88c81db101296d7ee9ce29f8a95 (diff)
downloadATCD-80cb986ae1def3bdb21554d8fd304290c27e78f0.tar.gz
adding DS library
-rw-r--r--modules/TAO/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index 9727b2aef09..1f67f1e1ef6 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,30 @@
+Fri Feb 2 17:55:28 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
+
+ * tao/PortableServer/Network_Priority_Hook.h:
+ tao/PortableServer/Network_Priority_Hook.cpp:
+
+ Added this hook under POA to help POA make a call on the
+ DiffServ Library to cache the SERVER_DECLARED network
+ priority policy.
+
+ The default implementation is provided under POA, which
+ sets the DiffServ codepoint to 0.
+
+ A concrete implementation of this hook is provided by the DiffServ
+ library.
+
+ * tao/PortableServer/Root_POA.h:
+ tao/PortableServer/Root_POA.cpp:
+
+ Instantiated the above defined class in the ROOT_POA class
+ constructor.
+
+ * tao/DiffServPolicy/DiffServ_Network_Priority_Hook.h:
+ tao/DiffServPolicy/DiffServ_Network_Priority_Hook.cpp:
+
+ Provided the concrete implementation for the network priority
+ hook that gets used by the POA.
+
Fri Feb 2 00:38:04 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
* tao/PortableServer/Default_Servant_Dispatcher.cpp: