summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 23:37:30 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 23:37:30 +0000
commit680a3b89f81b4364d3b721187275c50043d8ad7a (patch)
tree397afac4adf162c685f67cf9827877a2fe44179c /examples
parent41a5089581a181776ab0ea2261770bd2f42214e5 (diff)
downloadATCD-680a3b89f81b4364d3b721187275c50043d8ad7a.tar.gz
Added changes as per Cached_Connect_Strategy_Ex
Diffstat (limited to 'examples')
-rw-r--r--examples/Web_Crawler/URL_Visitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Web_Crawler/URL_Visitor.h b/examples/Web_Crawler/URL_Visitor.h
index 651ff814a80..2ae8bb8dfe4 100644
--- a/examples/Web_Crawler/URL_Visitor.h
+++ b/examples/Web_Crawler/URL_Visitor.h
@@ -294,7 +294,7 @@ public:
CONNECTION_HASH_MAP, int,\
SVC_CACHING_STRATEGY_UTILITY >
LRU;
- typedef ACE_Cached_Connect_Strategy_Ex<Svc_Handler,ACE_SOCK_CONNECTOR, LRU, ACE_SYNCH_NULL_MUTEX>
+ typedef ACE_Cached_Connect_Strategy_Ex<Svc_Handler,ACE_SOCK_CONNECTOR, LRU,int, ACE_SYNCH_NULL_MUTEX>
CACHED_CONNECT_STRATEGY;
protected: