~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl/Asn.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
#ifndef SQUID_ACLASN_H
33
33
#define SQUID_ACLASN_H
34
34
 
35
 
#include "ACLData.h"
 
35
#include "acl/Data.h"
36
36
#include "CbDataList.h"
37
 
#include "ACLStrategised.h"
38
 
#include "ACLChecklist.h"
 
37
#include "acl/Strategised.h"
 
38
#include "acl/Checklist.h"
39
39
#include "ip/IpAddress.h"
40
40
 
41
41
SQUIDCEXTERN int asnMatchIp(CbDataList<int> *, IpAddress &);
70
70
    CbDataList<int> *data;
71
71
};
72
72
 
73
 
MEMPROXY_CLASS_INLINE(ACLASN)          /**DOCS_NOSEMI*/
 
73
MEMPROXY_CLASS_INLINE(ACLASN);
74
74
 
75
75
#endif /* SQUID_ACLASN_H */