summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 20:30:38 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 20:30:38 +0000
commit3a9a456af02e37ccdb9e76b7d198c86ac09a20b7 (patch)
tree9a23d9a505423f70a267bff6e52815b965e7a050
parent641c56e3473ffc15e71d9455959b7194db93e1a4 (diff)
downloadATCD-3a9a456af02e37ccdb9e76b7d198c86ac09a20b7.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 1f67f1e1ef6..5fd8d9983ab 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,24 @@
+Fri Feb 2 20:27:43 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
+
+ * tao/PortableServer/Default_Servant_Dispatcher.cpp:
+ tao/PortableServer/Network_Priority_Hook.h:
+ tao/PortableServer/Network_Priority_Hook.cpp:
+ tao/PortableServer/Root_POA.h:
+ tao/PortableServer/Root_POA.cpp:
+ tao/DiffServPolicy/DiffServ_Network_Priority_Hook.h:
+ tao/DiffServPolicy/DiffServ_Network_Priority_Hook.cpp:
+
+ Moved the functionality that was added under the
+ pre_invoke_remote_request () method of
+ Default_Servant_Dispatcher.cpp to the Network_Priority_Hook
+ that is defined under the PortableServer library.
+
+ Added helper functions in Root_POA class to return the
+ registered Network_Priority_Hook.
+
+ Provided the implementation for the specialized function
+ in the DiffServ library.
+
Fri Feb 2 17:55:28 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
* tao/PortableServer/Network_Priority_Hook.h: