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

« back to all changes in this revision

Viewing changes to src/ACLBrowser.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:
41
41
 
42
42
/* explicit template instantiation required for some systems */
43
43
 
44
 
template class ACLStrategised<char const *>
45
 
 
46
 
;
47
44
template class ACLRequestHeaderStrategy<HDR_USER_AGENT>
48
 
 
49
45
;
50
46
 
51
47
ACL::Prototype ACLBrowser::RegistryProtoype(&ACLBrowser::RegistryEntry_, "browser");