summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c379128364b..de6ad0ad5d7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,30 @@
+Fri Feb 16 16:55:51 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
+
+ * tao/PortableServer/Network_Priority_Hook.h:
+ * tao/PortableServer/Network_Priority_Hook.cpp:
+
+ Added a hook in the POA to make a call on the DiffServ library
+ to do DiffServ policy related processing on the server side
+ of the application. The specialized implementation of the hook
+ is provided by the DiffServ library.
+
+ * tao/PortableServer/Root_POA.h:
+ * tao/PortableServer/Root_POA.cpp:
+
+ Added code to initialize the above mentioned hook.
+
+ Added get and set methods for the above mentioned hook.
+
+ Added a get method to return the POA's cached policies.
+
+ * tao/PortableServer/POA_Cached_Policies.h:
+ * tao/PortableServer/POA_Cached_Policies.cpp:
+ * tao/PortableServer/POA_Cached_Policies.inl:
+
+ Added get and set methods for returning DiffServ policy related
+ artifacts. These methods are used in the server side for setting
+ the DiffServ codepoints on the replies.
+
Fri Feb 16 16:51:38 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
* tao/ORB_Core.h: