summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-30 18:11:07 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-30 18:11:07 +0000
commit72e7029c1ed53a838e0d9d35daae6a031b368526 (patch)
tree2a355654fea616b5e3187bb38b5a15a531012554
parent8b17c7af685001313c9a9b4e8ca43a93ae23352b (diff)
downloadATCD-72e7029c1ed53a838e0d9d35daae6a031b368526.tar.gz
added DS library
-rw-r--r--modules/TAO/ChangeLog10
-rw-r--r--modules/TAO/tao/IOP_IOR.pidl1
-rw-r--r--modules/TAO/tao/orbconf.h6
3 files changed, 17 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index ae93ebdeebd..7b920c8136c 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jan 30 18:09:28 UTC 2007 Jaiganesh Balasubramanian <jai.dre.vanderbilt.edu>
+
+ * tao/orbconf.h:
+
+ Added DiffServ policy specific CACHED policy constants.
+
+ tao/IOP_IOR.pidl:
+
+ Added DiffServ policy specific service context entry.
+
Tue Jan 30 16:59:54 UTC 2007 Jaiganesh Balasubramanian <jai.dre.vanderbilt.edu>
* tao/Network_Priority_Protocols_Hooks.h:
diff --git a/modules/TAO/tao/IOP_IOR.pidl b/modules/TAO/tao/IOP_IOR.pidl
index 8a181d8164a..834e758ab34 100644
--- a/modules/TAO/tao/IOP_IOR.pidl
+++ b/modules/TAO/tao/IOP_IOR.pidl
@@ -102,6 +102,7 @@ module IOP
const ComponentId TAG_FT_HEARTBEAT_ENABLED = 29;
const ServiceId FT_GROUP_VERSION = 12;
const ServiceId FT_REQUEST = 13;
+ const ServiceId REP_NWPRIORITY = 14;
// The following are defined in 03-01-11
const ProfileId TAG_UIPMC = 3;
diff --git a/modules/TAO/tao/orbconf.h b/modules/TAO/tao/orbconf.h
index 7ad3103640d..e56dd169168 100644
--- a/modules/TAO/tao/orbconf.h
+++ b/modules/TAO/tao/orbconf.h
@@ -739,6 +739,12 @@ enum TAO_Cached_Policy_Type
TAO_CACHED_POLICY_BIDIRECTIONAL_GIOP,
+ TAO_CACHED_POLICY_SERVER_NETWORK_PRIORITY,
+
+ TAO_CACHED_POLICY_CLIENT_NETWORK_PRIORITY,
+
+ TAO_CACHED_POLICY_NETWORK_PRIORITY,
+
TAO_CACHED_POLICY_ENDPOINT,
/// NOTE: The "TAO_CACHED_POLICY_MAX_CACHED" should always be the last.