~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl/DestinationDomain.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
33
33
 */
34
34
 
35
 
#ifndef SQUID_ACLSOURCEDOMAIN_H
36
 
#define SQUID_ACLSOURCEDOMAIN_H
 
35
#ifndef SQUID_ACLDESTINATIONDOMAIN_H
 
36
#define SQUID_ACLDESTINATIONDOMAIN_H
37
37
 
38
 
#include "ACL.h"
39
 
#include "ACLData.h"
40
 
#include "ACLChecklist.h"
41
 
#include "ACLStrategised.h"
 
38
#include "acl/Acl.h"
 
39
#include "acl/Data.h"
 
40
#include "acl/Checklist.h"
 
41
#include "acl/Strategised.h"
42
42
 
43
43
/// \ingroup ACLAPI
44
44
class ACLDestinationDomainStrategy : public ACLStrategy<char const *>
45
45
{
46
46
 
47
47
public:
48
 
    virtual int match (ACLData<MatchType> * &, ACLChecklist *);
 
48
    virtual int match (ACLData<MatchType> * &, ACLFilledChecklist *);
49
49
    static ACLDestinationDomainStrategy *Instance();
50
50
 
51
51
    /**
87
87
    static ACLStrategised<char const *> RegexRegistryEntry_;
88
88
};
89
89
 
90
 
#endif /* SQUID_ACLSOURCEDOMAIN_H */
 
90
#endif /* SQUID_ACLDESTINATIONDOMAIN_H */