summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 16:44:54 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 16:44:54 +0000
commit9bcf5a6085d2dbdd3143f6b92ef9151c4447a9e4 (patch)
tree405259300987197c0189bf4ea08dbba647780cc1
parentb958322f5c718cae9ec669e9f0262b11d26400af (diff)
downloadATCD-9bcf5a6085d2dbdd3143f6b92ef9151c4447a9e4.tar.gz
adding DS library support
-rw-r--r--TAO/tao/IOP_IOR.pidl1
-rw-r--r--TAO/tao/orbconf.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/IOP_IOR.pidl b/TAO/tao/IOP_IOR.pidl
index 8a181d8164a..834e758ab34 100644
--- a/TAO/tao/IOP_IOR.pidl
+++ b/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/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 7ad3103640d..e56dd169168 100644
--- a/TAO/tao/orbconf.h
+++ b/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.