~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl/MyPortName.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:
35
35
 
36
36
#ifndef SQUID_ACLMYPORTNAME_H
37
37
#define SQUID_ACLMYPORTNAME_H
38
 
#include "ACLStrategy.h"
39
 
#include "ACLStrategised.h"
 
38
#include "acl/Strategy.h"
 
39
#include "acl/Strategised.h"
40
40
 
41
41
class ACLMyPortNameStrategy : public ACLStrategy<const char *>
42
42
{
43
43
 
44
44
public:
45
 
    virtual int match (ACLData<MatchType> * &, ACLChecklist *);
 
45
    virtual int match (ACLData<MatchType> * &, ACLFilledChecklist *);
46
46
    static ACLMyPortNameStrategy *Instance();
47
47
    /* Not implemented to prevent copies of the instance. */
48
48
    /* Not private to prevent brain dead g+++ warnings about