summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-01 23:47:17 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-01 23:47:17 +0000
commita3aed2c5ce803ac530868b6971699cbf96fddd91 (patch)
treef07b612786e51ee0e17900d460bc38942b4c7a67
parenta7bf05eca99bb8a0be84e5c6865a99f52b0436a8 (diff)
downloadATCD-a3aed2c5ce803ac530868b6971699cbf96fddd91.tar.gz
adding DS library
-rw-r--r--modules/TAO/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index cdcba30f131..241555e58b4 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,24 @@
+Thu Feb 1 23:44:53 UTC 2007 Jaiganesh Balasubramanian <jai.dre.vanderbilt.edu>
+
+ * tao/PortableServer/POA_Cached_Policies.h:
+ tao/PortableServer/POA_Cached_Policies.cpp:
+ tao/PortableServer/POA_Cached_Policies.inl:
+
+ Added an enum for specifying the NetworkPriorityModel.
+
+ Added 3 new private variables for storing the network
+ priority model, the request diffserv codepoint and reply
+ diffserv codepoint.
+
+ Modified the constructors to initialize the above mentioned
+ private variables.
+
+ Added new methods to get the values of the above mentioned
+ private variables.
+
+ Added new methods to set the values of the above mentioned
+ private variables.
+
Thu Feb 1 23:36:55 UTC 2007 Jaiganesh Balasubramanian <jai.dre.vanderbilt.edu>
* tao/Network_Priority_Protocols_Hooks.h: