~ubuntu-branches/ubuntu/jaunty/squid3/jaunty-security

« back to all changes in this revision

Viewing changes to src/ACLStrategised.cc

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2008-04-03 01:34:07 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080403013407-g4ppxoyao3efx50n
Tags: 3.0.STABLE4-1

New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: ACLStrategised.cc,v 1.1 2003/02/17 07:01:34 robertc Exp $
 
2
 * $Id: ACLStrategised.cc,v 1.2 2008/02/06 04:05:38 amosjeffries Exp $
3
3
 *
4
4
 * DEBUG: section 28    Access Control
5
5
 * AUTHOR: Duane Wessels
41
41
#include "ACLRegexData.h"
42
42
#include "ACLDomainData.h"
43
43
 
 
44
/* 
 
45
 *  moved template instantiation into ACLStrategized.cc from
 
46
 *  ACLHTTPRepHeader.cc, ACLHTTPReqHeader.cc, ACLBrowser.cc,
 
47
 *  and ACLMyPortName.cc  to compile on
 
48
 *  Mac OSX 10.5 Leopard, this corrects a duplicate symbol error
 
49
 */
 
50
 
 
51
/* explicit template instantiation required for some systems */
 
52
 
 
53
template class ACLStrategised<HttpHeader*>;
 
54
 
 
55
template class ACLStrategised<char const *>;