summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-31 18:16:28 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-31 18:16:28 +0000
commit046e4a23d7c87c4345164a6ac7e66cd7b936e502 (patch)
tree62ffa9eb6802915b60903a44986f213324fd8fec
parent94eb0aa4a66f5ffc210a2dc039edc8886b288c6a (diff)
downloadATCD-046e4a23d7c87c4345164a6ac7e66cd7b936e502.tar.gz
adding DS library
-rw-r--r--modules/TAO/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index 747237af63b..79cdcade238 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,18 @@
+Wed Jan 31 18:14:30 UTC 2007 Jaiganesh Balasubramanian <jai.dre.vanderbilt.edu>
+
+ * tao/Connection_Handler.h:
+ tao/Connection_Hanlder.cpp:
+
+ Added a new method set_dscp_codepoint () to set the DS codepoints
+ in the IP packets. A default implementation is provided
+ for the method.
+
+ * tao/IIOP_Connection_Handler.h:
+ tao/IIOP_Connection_Handler.cpp:
+
+ Provided the concrete implementation for the above defined
+ method.
+
Wed Jan 31 17:40:48 UTC 2007 Jaiganesh Balasubramanian <jai.dre.vanderbilt.edu>
* tao/Profile.cpp: