~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl/SslErrorData.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:
5
5
 
6
6
#ifndef SQUID_ACLSSL_ERRORDATA_H
7
7
#define SQUID_ACLSSL_ERRORDATA_H
8
 
#include "ACL.h"
9
 
#include "ACLData.h"
 
8
#include "acl/Acl.h"
 
9
#include "acl/Data.h"
10
10
#include "CbDataList.h"
11
11
#include "ssl_support.h"
12
12