summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.h
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-03 12:54:20 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-03 12:54:20 +0000
commitc60ce4c7310984c190326046a5d70289277d53f1 (patch)
treef5eeb824d7289306db391a1e1e8cf1a0597c4447 /TAO/tao/IIOP_Connector.h
parenta78693fc1517b117a9e9296a2ce3e6ebebedcd8c (diff)
downloadATCD-c60ce4c7310984c190326046a5d70289277d53f1.tar.gz
Mon Apr 3 05:20:00 2000 Kirthika Parameswaran
<kirthika@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r--TAO/tao/IIOP_Connector.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h
index 0c39b49935b..98cfa55bfb3 100644
--- a/TAO/tao/IIOP_Connector.h
+++ b/TAO/tao/IIOP_Connector.h
@@ -161,7 +161,8 @@ public:
TAO_ATTRIBUTES>
TAO_CACHING_UTILITY;
-#if defined (ACE_HAS_BROKEN_EXTENDED_TEMPLATES)
+#if defined (ACE_HAS_BROKEN_EXTENDED_TEMPLATES) || \
+(TAO_HAS_MINIMUM_CONNECTION_CACHING_STRATEGY == 1)
typedef ACE_LRU_Caching_Strategy<TAO_ATTRIBUTES,
TAO_CACHING_UTILITY>
TAO_CACHING_STRATEGY;
@@ -169,7 +170,8 @@ public:
typedef ACE_Caching_Strategy<TAO_ATTRIBUTES,
TAO_CACHING_UTILITY>
TAO_CACHING_STRATEGY;
-#endif /* ACE_HAS_BROKEN_EXTENDED_TEMPLATES */
+#endif /* ACE_HAS_BROKEN_EXTENDED_TEMPLATES
+ TAO_HAS_MINIMUM_CONNECTION_CACHING_STRATEGY == 1*/
typedef ACE_Cached_Connect_Strategy_Ex<TAO_IIOP_Client_Connection_Handler,
ACE_SOCK_CONNECTOR,