summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 17:02:06 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 17:02:06 +0000
commitf96399c663c4c065a0675a902973c9f79fff93f6 (patch)
tree55a973c723fac448f86cc31f6e01f28f45957c35
parente8bdb214a9e18bcb40421cebf43e2fb866c4b0a9 (diff)
downloadATCD-f96399c663c4c065a0675a902973c9f79fff93f6.tar.gz
adding DS library
-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: