summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 7ad3103640d..c4439ba74e9 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -92,6 +92,11 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
const size_t TAO_DEFAULT_ORB_TABLE_SIZE = 16;
#endif /* !TAO_DEFAULT_ORB_TABLE_SIZE */
+// The default size of TAO's adapter registry.
+#if !defined (TAO_DEFAULT_ADAPTER_REGISTRY_SIZE)
+const size_t TAO_DEFAULT_ADAPTER_REGISTRY_SIZE = 16;
+#endif /* !TAO_DEFAULT_ORB_TABLE_SIZE */
+
// The default size of the reply dispatcher table, ie. if the reply
// dispatcher strategy needs a table to maintain association between
// request id's and reply dispatchers
@@ -739,6 +744,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.