summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: